Last active
February 19, 2023 08:37
-
-
Save marvinhosea/083d4137aa2a7c7743c0cc75c40fee28 to your computer and use it in GitHub Desktop.
Login response
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
{ | |
"password": [ | |
"password is required", | |
"password must have a capital letter", | |
"password must have a number", | |
"password must have a special character" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment