fix(oauth): add callback error page for google oauth flow
Some checks failed
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-05-22 00:59:19 +03:30
parent dbc0ebb118
commit 065360b7a8
3 changed files with 33 additions and 1 deletions

View File

@@ -123,8 +123,12 @@ export const en = {
mobileClaimDescription: (mobile: string) =>
`A mobile-only account with ${mobile} already exists. Verify the code sent to that number to attach Google and keep that account.`,
errorTitle: "Google sign in could not be completed",
cancelled: "Google sign in was cancelled before it could be completed.",
missingFlow: "The Google sign-in flow is missing or has expired.",
loadFailed: "We could not load your Google sign-in state.",
callbackFailed: "We could not complete Google sign in. Please try again.",
tokenExchangeFailed: "Google sign in is temporarily unavailable. Please try again in a few minutes.",
profileLookupFailed: "We could not load your Google profile. Please try again.",
completeFailed: "We could not finish your Google account setup.",
claimOtpSent: "Verification code sent successfully.",
googleAccount: "Google account",