mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43: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:
@@ -3960,6 +3960,7 @@
|
||||
"total": "Total",
|
||||
"pay": "Pay",
|
||||
"choosePeriod": "Choose period",
|
||||
"copy": "Copy",
|
||||
"copied": "Copied!",
|
||||
"copyLink": "Copy link",
|
||||
"giftToggleLabel": "Purchase type",
|
||||
@@ -3970,6 +3971,16 @@
|
||||
"activateNow": "Activate now",
|
||||
"activating": "Activating...",
|
||||
"activationFailed": "Activation failed",
|
||||
"giftMessage": "Message"
|
||||
"giftMessage": "Message",
|
||||
"cabinetReady": "Your account is ready",
|
||||
"cabinetEmail": "Email",
|
||||
"cabinetPassword": "Password",
|
||||
"goToCabinet": "Go to Cabinet",
|
||||
"saveCredentials": "Save these login credentials",
|
||||
"credentialsSentToEmail": "Login credentials sent to your email",
|
||||
"giftSentSuccess": "Gift sent!",
|
||||
"giftSentDesc": "Recipient will be notified by email",
|
||||
"autoLoginFailed": "Auto-login failed",
|
||||
"autoLoginProcessing": "Signing in..."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user