diff --git a/authentication/context_processors.py b/authentication/context_processors.py index d403df83..e6f7d242 100644 --- a/authentication/context_processors.py +++ b/authentication/context_processors.py @@ -21,5 +21,5 @@ def states(request): def sso(request): return { - 'EVE_SSO_CALLBACK_URL': settings.EVE_SSO_CALLBACK_URL, + 'EVE_SSO_CALLBACK_URL': settings.ESI_SSO_CALLBACK_URL, }