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
On starting Coder Desktop, we prompt the user to log into their Coder deployment.
We should use the native UI kit for this initial version.
We should attempt to read the Coder URL from the CLI config directory, if present, and autofill the URL box. We should still prompt for confirmation.
This is based on the usual Coder login. Alternatively, we could bounce the user to the default browser to log in on the web, and pass the API key back to the Coder Desktop app via a socket on localhost.
The text was updated successfully, but these errors were encountered:
On starting Coder Desktop, we prompt the user to log into their Coder deployment.
We should use the native UI kit for this initial version.
We should attempt to read the Coder URL from the CLI config directory, if present, and autofill the URL box. We should still prompt for confirmation.
This is based on the usual Coder login. Alternatively, we could bounce the user to the default browser to log in on the web, and pass the API key back to the Coder Desktop app via a socket on localhost.
The text was updated successfully, but these errors were encountered: