From b6348d9b73d378616fc0181c4a8cfe091d465c2a Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sat, 17 Aug 2024 09:08:56 -0400 Subject: [PATCH] trigger multi arch workflows --- backend/server/users/serializers.py | 1 - frontend/src/lib/config.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/server/users/serializers.py b/backend/server/users/serializers.py index d870d03a..d9628ba9 100644 --- a/backend/server/users/serializers.py +++ b/backend/server/users/serializers.py @@ -13,7 +13,6 @@ from django.utils.translation import gettext_lazy as _ from rest_framework import serializers - try: from allauth.account import app_settings as allauth_account_settings from allauth.account.adapter import get_adapter diff --git a/frontend/src/lib/config.ts b/frontend/src/lib/config.ts index 5f0ec1f6..fbf3ccdd 100644 --- a/frontend/src/lib/config.ts +++ b/frontend/src/lib/config.ts @@ -2,3 +2,4 @@ export let appVersion = 'Web v0.5.2'; export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.5.2'; export let appTitle = 'AdventureLog'; export let copyrightYear = '2024'; +// config for the frontend