You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context:
For self hosteed coder server, a private url needed to be provided in login screen
This url is not alweys intuative and easy to remember
Accepted behaviour
If the URL is defined in global config or in the CODER_URL environment variable, do not show the user a prompt to fill the url, and redirect to the pre-defined url to login.
Current Behaviour
The login function, ignored the url stored in Storage class
The text was updated successfully, but these errors were encountered:
I think we might still want to show the login prompt but just prefill it, otherwise what if you want to connect to a different deployment but it keeps auto-logging you into a different one?
Context:
For self hosteed coder server, a private url needed to be provided in login screen
This url is not alweys intuative and easy to remember
Accepted behaviour
If the URL is defined in global config or in the
CODER_URL
environment variable, do not show the user a prompt to fill the url, and redirect to the pre-defined url to login.Current Behaviour

The login function, ignored the url stored in
Storage
classThe text was updated successfully, but these errors were encountered: