diff --git a/coderd/userauth.go b/coderd/userauth.go index 6a1aead1ef8cb..f5eabc29e36c1 100644 --- a/coderd/userauth.go +++ b/coderd/userauth.go @@ -1521,7 +1521,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,