Skip to content

Commit

Permalink
fix: accounts settings
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Oct 16, 2024
1 parent e5c5249 commit 64e8169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniticket/accounts/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
CHANGE_EMAIL_TOKEN_LIFE = getattr(settings, 'CHANGE_EMAIL_TOKEN_LIFE', 30)

SAFE_URL_PATHS = getattr(settings, 'SAFE_URL_PATHS', [])
SAFE_URL_APPS = getattr(settings, 'SAFE_URL_APPS', ['admin', 'api_rest'])
SAFE_URL_APPS = getattr(settings, 'SAFE_URL_APPS', ['admin', 'accounts', 'api_rest'])

0 comments on commit 64e8169

Please sign in to comment.