- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
What is your suggestion?
When you go tohttps://dev.coder.com/ without being logged in you get redirected tohttps://dev.coder.com/login?redirect=%2F
The%2F
decodes to/
meaning redirect to the base URI. That's unnecessary and (trivially) clutters the URL. We should omit it when it's meaningless.
Why do you want this feature?
Trivial aesthetic reasons
Are there any workarounds to get this functionality today?
n/a
Are you interested in submitting a PR for this?
nope