From 026c5b9086a449079998c158522ee9b08c517003 Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Sat, 5 Sep 2026 19:49:45 +0330
Subject: [PATCH] fix(sms): update default OTP pattern template to WebOTP
format
---
backend/src/common/services/sms.service.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/src/common/services/sms.service.ts b/backend/src/common/services/sms.service.ts
index d94b7cc..8c23334 100644
--- a/backend/src/common/services/sms.service.ts
+++ b/backend/src/common/services/sms.service.ts
@@ -718,7 +718,7 @@ export class SmsService {
{
id: config.otpBodyId,
title: 'کد تایید ورود و ثبتنام (OTP)',
- body: 'کد ورود به کنینا: {0}',
+ body: 'کد تایید ورود به کنینا ایران: {0} میباشد. @canina.ir #{0}',
},
{
id: config.orderBodyId,