Skip to content

Commit

Permalink
Merge pull request #93 from datamade/fix/redirect
Browse files Browse the repository at this point in the history
Adjust the redirect url for logging in
  • Loading branch information
xmedr authored Oct 12, 2023
2 parents 95bd3a5 + 0812e38 commit 4f272d7
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 4f272d7

Please sign in to comment.