From b80f4e8381a5d43c4dc32d23b3cb93c1f6a6d9e7 Mon Sep 17 00:00:00 2001 From: Schwifty Date: Sun, 22 Mar 2026 20:12:25 +0000 Subject: [PATCH] fix: replace 555 example phone numbers in API doc comments --- api/auth/loginOTP.php | 2 +- api/auth/sendOTP.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: "..." } */