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
{{ message }}
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
Frontend exposes following input fields: ["email", "username", "password"]
Apart from above, following user fields are required by backend: ["firstName", "lastName", "mobile", "gender"]
These extra fields should be made optional for the frontend to work without 400 error.
Frontend exposes following input fields:
["email", "username", "password"]Apart from above, following user fields are required by backend:
["firstName", "lastName", "mobile", "gender"]These extra fields should be made optional for the frontend to work without 400 error.