Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logout link ends with //logout instead of /logout #18

Open
consideRatio opened this issue Jan 11, 2023 · 0 comments
Open

Logout link ends with //logout instead of /logout #18

consideRatio opened this issue Jan 11, 2023 · 0 comments

Comments

@consideRatio
Copy link
Member

consideRatio commented Jan 11, 2023

It seems that a template is provided that results in a logout link with double / in it. {{ base_url }} seems to include the /, which I recall is the standard for this configuration.

<div class="text-center">
<a role="button" class='btn btn-jupyter' href='{{base_url}}/logout'>
Tap to try a different account
</a>
</div>

image

There seem to be examples from oauthenticator where logout_url is used directly, which seems more accurate if possible instead of the hardcoded /logout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready to work
Development

No branches or pull requests

1 participant