diff --git a/api/auth/loginOTP.php b/api/auth/loginOTP.php index 0049866..82f2d6b 100644 --- a/api/auth/loginOTP.php +++ b/api/auth/loginOTP.php @@ -4,7 +4,7 @@ runAuth(); /* Send OTP to phone for LOGIN (existing verified accounts only) - POST: { "phone": "5551234567" } + POST: { "phone": "3101234567" } Returns: { OK: true, UUID: "..." } */ diff --git a/api/auth/sendOTP.php b/api/auth/sendOTP.php index a553578..eff4108 100644 --- a/api/auth/sendOTP.php +++ b/api/auth/sendOTP.php @@ -4,7 +4,7 @@ runAuth(); /* Unified OTP: Send OTP to any phone number (login or signup) - POST: { "phone": "5551234567" } + POST: { "phone": "3101234567" } Returns: { OK: true, UUID: "..." } */