mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +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:
@@ -4140,7 +4140,12 @@
|
||||
},
|
||||
"backToAccounts": "بازگشت به فهرست حسابها"
|
||||
},
|
||||
"emailMergePasswordRequired": "این ایمیل قبلاً به حساب دیگری تعلق دارد. برای ادغام حسابها، رمز عبور آن حساب را وارد کنید."
|
||||
"emailMergePasswordRequired": "این ایمیل قبلاً به حساب دیگری تعلق دارد. برای ادغام حسابها، رمز عبور آن حساب را وارد کنید.",
|
||||
"emailMergeCodeSent": "کد تأیید به آن ایمیل ارسال شد.",
|
||||
"emailMergeCodeDescription": "این ایمیل قبلاً به حساب دیگری تعلق دارد. کدی به آن ارسال کردیم — برای تأیید مالکیت و ادغام حسابها آن را وارد کنید.",
|
||||
"emailMergeCodeLabel": "کد ارسالشده در ایمیل",
|
||||
"emailMergeConfirm": "تأیید و ادغام",
|
||||
"emailMergeCodeInvalid": "کد نامعتبر یا منقضیشده"
|
||||
},
|
||||
"theme": {
|
||||
"colors": "رنگهای تم",
|
||||
|
||||
Reference in New Issue
Block a user