user activation now redirects to home

This commit is contained in:
Sam
2021-03-12 10:13:24 +00:00
parent 9e5fb89274
commit 6862d62bf5
4 changed files with 26 additions and 1 deletions

View File

@@ -171,3 +171,6 @@ MAP_WIDGETS = {
),
"GOOGLE_MAP_API_KEY": os.getenv('GOOGLE_MAP_API_KEY')
}
# ACTIVATION_REDIRECT URL
ACTIVATION_REDIRECT = os.getenv('ACTIVATION_REDIRECT')