mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: guest purchase cabinet credentials UI
- CabinetCredentialsState with copyable email/password fields - Auto-login via JWT token with checkAdminStatus - /auto-login route with ErrorBoundary and no-referrer meta - Narrowed contact_type to 'email' | 'telegram' | null - Disabled button styling for PendingActivation go-to-cabinet - i18n: added landing.copy key to all 4 locales
This commit is contained in:
@@ -4523,6 +4523,7 @@
|
||||
"total": "Итого",
|
||||
"pay": "Оплатить",
|
||||
"choosePeriod": "Выберите период",
|
||||
"copy": "Скопировать",
|
||||
"copied": "Скопировано!",
|
||||
"copyLink": "Скопировать ссылку",
|
||||
"giftToggleLabel": "Тип покупки",
|
||||
@@ -4533,6 +4534,16 @@
|
||||
"activateNow": "Активировать",
|
||||
"activating": "Активация...",
|
||||
"activationFailed": "Ошибка активации",
|
||||
"giftMessage": "Сообщение"
|
||||
"giftMessage": "Сообщение",
|
||||
"cabinetReady": "Ваш аккаунт готов",
|
||||
"cabinetEmail": "Email",
|
||||
"cabinetPassword": "Пароль",
|
||||
"goToCabinet": "Перейти в кабинет",
|
||||
"saveCredentials": "Сохраните эти данные для входа",
|
||||
"credentialsSentToEmail": "Данные для входа отправлены на email",
|
||||
"giftSentSuccess": "Подарок отправлен!",
|
||||
"giftSentDesc": "Получатель получит уведомление на email",
|
||||
"autoLoginFailed": "Не удалось выполнить автоматический вход",
|
||||
"autoLoginProcessing": "Выполняется вход..."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user