You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The current backend signup endpoint (POST /auth/signup) only validates and stores email, password, and acceptedTerms. However, the Android application collects Full Name and Phone Number during the initial registration process.
Problem:
The current backend signup endpoint (
POST /auth/signup) only validates and storesemail,password, andacceptedTerms. However, the Android application collects Full Name and Phone Number during the initial registration process.