Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1730d35

Browse files
authored
Revert "fix: hide experiment CTA from OIDC copy (coder#8695)" (coder#8825)
This reverts commit adbabe4.
1 parent 9941f49 commit 1730d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/userauth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ func clearOAuthConvertCookie() *http.Cookie {
16731673
func wrongLoginTypeHTTPError(user database.LoginType, params database.LoginType) httpError {
16741674
addedMsg := ""
16751675
if user == database.LoginTypePassword {
1676-
addedMsg = " Try logging in with your password."
1676+
addedMsg = " You can convert your account to use this login type by visiting your account settings."
16771677
}
16781678
return httpError{
16791679
code: http.StatusForbidden,

0 commit comments

Comments
 (0)