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 8314f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uniticket/accounts/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

CHANGE_EMAIL_TOKEN_LIFE = getattr(settings, 'CHANGE_EMAIL_TOKEN_LIFE', 30)

SAFE_URL_PATHS = getattr(settings, 'SAFE_URL_PATHS', [])
SAFE_URL_PATHS = getattr(settings, 'SAFE_URL_PATHS', [reverse('accounts:change_data'),
reverse('accounts:confirm_email')])
SAFE_URL_APPS = getattr(settings, 'SAFE_URL_APPS', ['admin', 'api_rest'])

0 comments on commit 8314f2c

Please sign in to comment.