Skip to content

Commit 32f6a20

Browse files
committed
fix logout bug
1 parent 8633172 commit 32f6a20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/metagrid/api_proxy/views.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ def do_globus_search_endpoints(request):
8484
def do_globus_logout(request):
8585
logout(request)
8686
homepage_url = getattr(
87-
settings, "DJANGO_LOGOUT_REDIRECT_URL", "http://localhost:3000/search/"
88-
)
87+
settings, "LOGOUT_REDIRECT_URL")
8988
return redirect(homepage_url)
9089

9190

0 commit comments

Comments
 (0)