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

Ensure "login" route is included in login URL construction. Fixes #3766 #3824

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

thabaum
Copy link
Contributor

@thabaum thabaum commented Feb 17, 2024

Fixes #3766

This change ensures that the login URL construction in the LoginBase class properly includes the login route when appropriate. Previously, the login URL was missing the "login" part, leading to incorrect navigation behavior. By using += instead of =, we preserve the login button control appended "login" route to the existing return URL, resolving the issue.

@sbwalker sbwalker merged commit 96a29e9 into oqtane:dev Feb 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants