Skip to content

Commit

Permalink
Set logout url properly when using the integrated ui (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Sep 19, 2024
1 parent 2f6dbd9 commit a3e626a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
REACT_APP_SHOW_LOGIN_ICON: "true",
REACT_APP_API_URL: "{{ url_for('get_conda_store_ui') }}",
REACT_APP_LOGIN_PAGE_URL: "{{ url_for('get_login_method') }}?next=",
REACT_APP_LOGOUT_PAGE_URL: "{{ url_for('post_logout_method') }}?next=/",
};
</script>
<script defer src="static/conda-store-ui/main.js"></script>
Expand Down

0 comments on commit a3e626a

Please sign in to comment.