Skip to content

Commit d0af20d

Browse files
committed
Revert "fix: hide experiment CTA from OIDC copy (#8695)"
This reverts commit adbabe4.
1 parent a96c4a3 commit d0af20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/userauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ func clearOAuthConvertCookie() *http.Cookie {
16181618
func wrongLoginTypeHTTPError(user database.LoginType, params database.LoginType) httpError {
16191619
addedMsg := ""
16201620
if user == database.LoginTypePassword {
1621-
addedMsg = " Try logging in with your password."
1621+
addedMsg = " You can convert your account to use this login type by visiting your account settings."
16221622
}
16231623
return httpError{
16241624
code: http.StatusForbidden,

0 commit comments

Comments
 (0)