From 0671388e15cd7913bf3a47f76995fce1d5449d94 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 25 Jun 2026 00:05:45 +0300 Subject: [PATCH] Update: 2026-06-25 00:05:45 --- backend/auth/otp/providers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/auth/otp/providers.php b/backend/auth/otp/providers.php index 52e5f7c..c985863 100644 --- a/backend/auth/otp/providers.php +++ b/backend/auth/otp/providers.php @@ -132,14 +132,14 @@ function sendNabehOtp(string $receiver, string $otp, string $method = '', string $phoneRaw = preg_replace('/\D+/', '', $receiver); // Map method/type (Text OTP is the default now) - $type = 'text'; + $type = 'image'; if ($method === 'image') { $type = 'image'; } elseif ($method === 'text') { $type = 'text'; } else { // If no method specified or if 'voice' was requested, force default to 'text' - $type = 'text'; + $type = 'image'; } $appName = 'سيرو رايدر';