Last active
March 12, 2020 19:36
-
-
Save matthew-inamdar/bc01530d1ef906a9fcfcaf722dcd131a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "message": "The given data was invalid.", | |
| "errors": { | |
| "username": [ | |
| "The username cannot include spaces", | |
| "The username must contain at least 1 letter and number" | |
| ], | |
| "password": [ | |
| "The password must be longer than 8 characters" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment