Skip to content

Commit

Permalink
Merge pull request #233 from seanmorley15/development
Browse files Browse the repository at this point in the history
trigger multi arch workflows
  • Loading branch information
seanmorley15 authored Aug 17, 2024
2 parents 68c5282 + b6348d9 commit 1f3a3a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion backend/server/users/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f3a3a5

Please sign in to comment.