Remove refernces to optional SSO configuration

This commit is contained in:
Adarnof
2016-12-29 18:34:21 -05:00
parent 04f2731517
commit 2f5529b582
4 changed files with 14 additions and 33 deletions

View File

@@ -15,9 +15,3 @@ def states(request):
'NONE_STATE': NONE_STATE,
'MEMBER_BLUE_STATE': [MEMBER_STATE, BLUE_STATE],
}
def sso(request):
return {
'EVE_SSO_CALLBACK_URL': settings.ESI_SSO_CALLBACK_URL,
}