summaryrefslogtreecommitdiff
path: root/coip/apps/auth/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'coip/apps/auth/views.py')
-rw-r--r--coip/apps/auth/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coip/apps/auth/views.py b/coip/apps/auth/views.py
index be816d1..7c2c397 100644
--- a/coip/apps/auth/views.py
+++ b/coip/apps/auth/views.py
@@ -72,4 +72,4 @@ def accounts_login_federated(request):
def logout(request):
from django.contrib.auth import logout
logout(request)
- return HttpResponseRedirect("/Shibboleth.sso/Logout") \ No newline at end of file
+ return HttpResponseRedirect("/") \ No newline at end of file