You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui-server-auth): clarify social-only email sign-in hint
Replace the misleading authFailed message when check-email finds an
existing social account without a password. Add socialOnlyNoPassword
copy (zh-Hans/zh-Hant localized; other locales use English pending
community translations) and widen the sign-in error banner slightly.
Co-authored-by: Cursor <cursoragent@cursor.com>
socialOnlyNoPassword: This email was registered with Google or GitHub. Sign in with a button below; you can add a password in account settings after signing in.
64
64
passwordMismatch: Password and confirmation do not match.
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/es/server/auth.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ signIn:
60
60
error:
61
61
fallback: Error en el inicio de sesión
62
62
unknown: S produjo un error inesperado
63
-
authFailed: La autenticación ha fallado. Por favor inténtelo otra vez.
63
+
socialOnlyNoPassword: This email was registered with Google or GitHub. Sign in with a button below; you can add a password in account settings after signing in.
64
64
passwordMismatch: Las contraseñas no coinciden.
65
65
invalidEmail: Por favor, introduzca una dirección de correo electrónico válida.
socialOnlyNoPassword: This email was registered with Google or GitHub. Sign in with a button below; you can add a password in account settings after signing in.
64
64
passwordMismatch: Password and confirmation do not match.
socialOnlyNoPassword: This email was registered with Google or GitHub. Sign in with a button below; you can add a password in account settings after signing in.
64
64
passwordMismatch: Password and confirmation do not match.
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/ko/server/auth.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ signIn:
60
60
error:
61
61
fallback: 가입 실패
62
62
unknown: 알 수 없는 오류가 발생했습니다
63
-
authFailed: 인증에 실패했습니다. 다시 시도해 주세요.
63
+
socialOnlyNoPassword: This email was registered with Google or GitHub. Sign in with a button below; you can add a password in account settings after signing in.
64
64
passwordMismatch: Password and confirmation do not match.
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/ru/server/auth.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ signIn:
60
60
error:
61
61
fallback: Войти не удалось
62
62
unknown: Произошла неизвестная ошибка
63
-
authFailed: Аутентификация не пройдена. Пожалуйста, попробуйте снова.
63
+
socialOnlyNoPassword: This email was registered with Google or GitHub. Sign in with a button below; you can add a password in account settings after signing in.
socialOnlyNoPassword: This email was registered with Google or GitHub. Sign in with a button below; you can add a password in account settings after signing in.
64
64
passwordMismatch: Password and confirmation do not match.
0 commit comments