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 ac559f1 commit adbabe4Copy full SHA for adbabe4
coderd/userauth.go
@@ -1631,7 +1631,7 @@ func clearOAuthConvertCookie() *http.Cookie {
1631
func wrongLoginTypeHTTPError(user database.LoginType, params database.LoginType) httpError {
1632
addedMsg := ""
1633
if user == database.LoginTypePassword {
1634
- addedMsg = " You can convert your account to use this login type by visiting your account settings."
+ addedMsg = " Try logging in with your password."
1635
}
1636
return httpError{
1637
code: http.StatusForbidden,
0 commit comments