Revert "fix: hide experiment CTA from OIDC copy (#8695)" (#8825)

This reverts commit adbabe4e09.
This commit is contained in:
Ben Potter 2023-08-09 03:05:46 -07:00 committed by GitHub
parent 9941f49056
commit 1730d35467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1673,7 +1673,7 @@ func clearOAuthConvertCookie() *http.Cookie {
func wrongLoginTypeHTTPError(user database.LoginType, params database.LoginType) httpError {
addedMsg := ""
if user == database.LoginTypePassword {
addedMsg = " Try logging in with your password."
addedMsg = " You can convert your account to use this login type by visiting your account settings."
}
return httpError{
code: http.StatusForbidden,