Skip to content

Commit

Permalink
fix logout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
downiec committed Apr 2, 2024
1 parent 8633172 commit 32f6a20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/metagrid/api_proxy/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ def do_globus_search_endpoints(request):
def do_globus_logout(request):
logout(request)
homepage_url = getattr(
settings, "DJANGO_LOGOUT_REDIRECT_URL", "http://localhost:3000/search/"
)
settings, "LOGOUT_REDIRECT_URL")
return redirect(homepage_url)


Expand Down

0 comments on commit 32f6a20

Please sign in to comment.