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

Skip to content

Commit adbabe4

Browse files
authored
fix: hide experiment CTA from OIDC copy (#8695)
1 parent ac559f1 commit adbabe4

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
@@ -1631,7 +1631,7 @@ func clearOAuthConvertCookie() *http.Cookie {
16311631
func wrongLoginTypeHTTPError(user database.LoginType, params database.LoginType) httpError {
16321632
addedMsg := ""
16331633
if user == database.LoginTypePassword {
1634-
addedMsg = " You can convert your account to use this login type by visiting your account settings."
1634+
addedMsg = " Try logging in with your password."
16351635
}
16361636
return httpError{
16371637
code: http.StatusForbidden,

0 commit comments

Comments
 (0)