8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfa3db commit 952a552Copy full SHA for 952a552
coderd/userauth.go
@@ -1673,7 +1673,7 @@ func clearOAuthConvertCookie() *http.Cookie {
1673
func wrongLoginTypeHTTPError(user database.LoginType, params database.LoginType) httpError {
1674
addedMsg := ""
1675
if user == database.LoginTypePassword {
1676
- addedMsg = " Try logging in with your password."
+ addedMsg = " You can convert your account to use this login type by visiting your account settings."
1677
}
1678
return httpError{
1679
code: http.StatusForbidden,
0 commit comments