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

Fix login redirect problems. #270

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Conversation

systemcrash
Copy link
Contributor

After login, my browser gets a 404 for /wireguard. wireguard might not be explicitly set by BASE_PATH, so just use the {{.basePath}} instead.

Fixes #259.

After login, my browser gets a 404 for `/wireguard`. `wireguard` might
not be explicitly set by `BASE_PATH`, so just use the `{{.basePath}}`
instead.

Fixes ngoduykhanh#259.
@ngoduykhanh ngoduykhanh merged commit d32064d into ngoduykhanh:master Dec 13, 2022
@systemcrash systemcrash deleted the login-fix branch December 13, 2022 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect URL on logout - prevents logging back in
2 participants