mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat(connected-accounts): email-merge confirmation via emailed one-time code
When linking an email that belongs to another account, the backend now mails a one-time code to it (merge_verification='email_code') instead of asking for that account's password. Add a 6-digit code step: on the email_code response show the code input, verify via authApi.verifyEmailMerge → on success redirect to /merge. Preview/execute already go through apiClient (JWT), so they satisfy the new initiator-bound merge endpoints. i18n in ru/en/zh/fa.
This commit is contained in:
@@ -5147,7 +5147,12 @@
|
||||
},
|
||||
"backToAccounts": "К списку аккаунтов"
|
||||
},
|
||||
"emailMergePasswordRequired": "Этот email уже привязан к другому аккаунту. Чтобы объединить аккаунты, введите пароль от него."
|
||||
"emailMergePasswordRequired": "Этот email уже привязан к другому аккаунту. Чтобы объединить аккаунты, введите пароль от него.",
|
||||
"emailMergeCodeSent": "Код подтверждения отправлен на тот email.",
|
||||
"emailMergeCodeDescription": "Этот email уже привязан к другому аккаунту. Мы отправили на него код — введите его, чтобы подтвердить владение и объединить аккаунты.",
|
||||
"emailMergeCodeLabel": "Код из письма",
|
||||
"emailMergeConfirm": "Подтвердить и объединить",
|
||||
"emailMergeCodeInvalid": "Неверный или просроченный код"
|
||||
},
|
||||
"theme": {
|
||||
"colors": "Цвета темы",
|
||||
|
||||
Reference in New Issue
Block a user