mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: deep link авторизация при блокировке oauth.telegram.org
Добавлен fallback через бота когда виджет Telegram не загружается: - Таймаут 8 сек на загрузку скрипта (OIDC + legacy) - Автоматический переход на deep link auth - Polling каждые 2.5 сек до подтверждения в боте - ConnectedAccounts: таймаут + сообщение при недоступности - Переводы: ru, en, zh, fa
This commit is contained in:
@@ -175,6 +175,10 @@
|
||||
"authenticating": "Authenticating...",
|
||||
"orOpenInApp": "Or open the bot in the app",
|
||||
"loginFailed": "Login Failed",
|
||||
"telegramWidgetBlocked": "Telegram login widget is unavailable. Use the bot to sign in:",
|
||||
"openBotToLogin": "Open bot to sign in",
|
||||
"waitingForConfirmation": "Waiting for confirmation...",
|
||||
"deepLinkExpired": "Link expired. Please try again.",
|
||||
"tryAgain": "Try Again",
|
||||
"welcomeBack": "Welcome back!",
|
||||
"loginTitle": "Login to Cabinet",
|
||||
@@ -3864,6 +3868,7 @@
|
||||
"linkSuccess": "Account connected successfully",
|
||||
"unlinkSuccess": "Account disconnected successfully",
|
||||
"linkError": "Failed to connect account",
|
||||
"telegramLinkUnavailable": "Telegram linking is temporarily unavailable. Use the bot:",
|
||||
"unlinkError": "Failed to disconnect account",
|
||||
"goToAccounts": "Connected Accounts",
|
||||
"linking": "Linking account...",
|
||||
|
||||
Reference in New Issue
Block a user