fix: replace 555 example phone numbers in API doc comments

This commit is contained in:
Schwifty 2026-03-22 20:12:25 +00:00
parent dde811d876
commit b80f4e8381
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: "..." }
*/