Skip to content

Commit

Permalink
adjust the redirect url for logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Medrano authored and Xavier Medrano committed Oct 11, 2023
1 parent 95bd3a5 commit 0812e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bga_database/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
MAILCHIMP_TAG = env('MAILCHIMP_TAG', default='')
MAILCHIMP_AUTH_COOKIE_NAME = env('MAILCHIMP_AUTH_COOKIE_NAME', default='')
MAILCHIMP_AUTH_COOKIE_DOMAIN = env('MAILCHIMP_AUTH_COOKIE_DOMAIN', default='')
MAILCHIMP_AUTH_REDIRECT_LOCATION = '/search'
MAILCHIMP_AUTH_REDIRECT_LOCATION = '/'


# Configure Sentry for error logging
Expand Down

0 comments on commit 0812e38

Please sign in to comment.