Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
b80f4e8381 fix: replace 555 example phone numbers in API doc comments 2026-03-22 20:12:25 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -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: "..." }
*/

View file

@ -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: "..." }
*/