diff --git a/coderd/userauth.go b/coderd/userauth.go index c6ab387cf2..a53127ee91 100644 --- a/coderd/userauth.go +++ b/coderd/userauth.go @@ -1631,7 +1631,7 @@ func clearOAuthConvertCookie() *http.Cookie { func wrongLoginTypeHTTPError(user database.LoginType, params database.LoginType) httpError { addedMsg := "" if user == database.LoginTypePassword { - addedMsg = " You can convert your account to use this login type by visiting your account settings." + addedMsg = " Try logging in with your password." } return httpError{ code: http.StatusForbidden,