Compare commits

...

3 Commits

Author SHA1 Message Date
parsa aghaei
d3d13218fd Merge branch 'develop'
Some checks failed
Deploy Canina / deploy (push) Successful in 43s
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 0s
2026-09-05 19:49:58 +03:30
parsa aghaei
026c5b9086 fix(sms): update default OTP pattern template to WebOTP format
Some checks failed
Deploy Canina / deploy (push) Successful in 2m4s
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 0s
2026-09-05 19:49:45 +03:30
parsa aghaei
5118ae9259 docs(sms): update OTP pattern variable guidance for repeated {0} WebOTP pattern
Some checks failed
Deploy Canina / deploy (push) Successful in 53s
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 0s
2026-09-05 19:47:12 +03:30
2 changed files with 2 additions and 2 deletions

View File

@ -718,7 +718,7 @@ export class SmsService {
{
id: config.otpBodyId,
title: 'کد تایید ورود و ثبت‌نام (OTP)',
body: 'کد ورود به کنینا: {0}',
body: 'کد تایید ورود به کنینا ایران: {0} میباشد. @canina.ir #{0}',
},
{
id: config.orderBodyId,

View File

@ -956,7 +956,7 @@ export default function SmsSettingsPage() {
<div className="flex items-center justify-between">
<label className="text-xs font-bold text-gray-900">کد پترن ورود / ثبتنام (OTP)</label>
<span className="text-[10px] text-gray-500 font-mono bg-white px-2 py-0.5 rounded border border-gray-200">
متغیرها: {'{0}'} یا {'{0};{1}'} (WebOTP)
متغیر: {'{0}'} (یا تکرار {'{0}'} برای WebOTP)
</span>
</div>
<input