From 85c1068ef580fe73254acba698604b130c64ddf7 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Tue, 27 May 2025 12:28:44 +0330 Subject: [PATCH] update otp message --- backend/account/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/account/views.py b/backend/account/views.py index 18aa3d8..c4bb2d0 100644 --- a/backend/account/views.py +++ b/backend/account/views.py @@ -41,8 +41,8 @@ class SendOTPView(APIView): try: user, created = User.objects.get_or_create(phone=phone) otp = user.set_otp() - message = f"""به فروشگاه هی ملز خوش اومدی!!❤️🤖 -کد یک بار مصرف شما : + message = f"""به فروشگاه هی ملز خوش اومدی!!❤ 🤖 +کد تایید شما : Code: {otp}""" sms_api = ghasedak_sms.Ghasedak(api_key="1227eaaddcba72bcb0169b37032cf16ae9ac6ed8b3b7c2768b74e2ee351d1b52gyRe3AGomZRPTNEd")