Skip to content

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

@consideRatio

Description

@consideRatio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions