mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: account merge flow — merge redirect, error handling, server-complete linking
- Добавлен merge_required + merge_token redirect в OAuthCallback и LinkTelegramCallback - Server-complete OAuth linking для Mini App (внешний браузер) - getErrorDetail: единый экстрактор ошибок из axios response - LinkTelegramCallback: типизированный catch с getErrorDetail - Удалён мёртвый экспорт getAndClearOAuthState - CSRF валидация для Telegram и OAuth linking flows - Типы ServerCompleteResponse, LinkCallbackResponse
This commit is contained in:
@@ -3619,6 +3619,7 @@
|
||||
"returnToTelegram": "Return to Telegram to continue",
|
||||
"openTelegram": "Open Telegram",
|
||||
"continueInBrowser": "Continue authorization in the opened browser",
|
||||
"pollingTimeout": "Authorization check timed out. Refresh the page if you completed linking.",
|
||||
"providers": {
|
||||
"telegram": "Telegram",
|
||||
"email": "Email",
|
||||
|
||||
Reference in New Issue
Block a user