Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9941f49 commit 1730d35Copy full SHA for 1730d35
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