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 has been archived by the owner on Dec 24, 2018. It is now read-only.
When someone tries to sign up, there's no error or check message when you pass invalid data parameters (ie. letters in zip code field, invalid zip code length, invalid email formats)
How to Reproduce
Click on student and fill in all line in the form with any set of characters (ie. "x" or "test")
Current Behavior
Returns to the main page
Expected Behavior
Error Message/Unable to Submit
Severity
Trivial
Suggestions
The text was updated successfully, but these errors were encountered:
@benbenfan, you were probably running this while development mode was enabled. In our production mode (which can either be enabled via Expo Metro bundler's UI or by using our Expo QR code), we have those checks enabled.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
When someone tries to sign up, there's no error or check message when you pass invalid data parameters (ie. letters in zip code field, invalid zip code length, invalid email formats)
How to Reproduce
Click on student and fill in all line in the form with any set of characters (ie. "x" or "test")
Current Behavior
Returns to the main page
Expected Behavior
Error Message/Unable to Submit
Severity
Trivial
Suggestions
The text was updated successfully, but these errors were encountered: