feat(auth): add optional domain parameter to send OTP code for site personalization
This commit is contained in:
@@ -21,7 +21,7 @@ class SmsMessageTemplate
|
||||
SmsLog::TAG_OTP => [
|
||||
'title' => 'کد تأیید ورود',
|
||||
'body' => 'کد تأیید شما: {code}',
|
||||
'variables' => ['code'],
|
||||
'variables' => ['code', 'site'],
|
||||
],
|
||||
SmsLog::TAG_PAYMENT => [
|
||||
'title' => 'تأیید پرداخت و نوبت',
|
||||
|
||||
Reference in New Issue
Block a user