Skip to content

Commit

Permalink
OV-5: * change || to ??
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-lacorazza committed Aug 23, 2024
1 parent 90ac229 commit 145f206
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const UserValidationMessage = {
EMAIL_REQUIRE: 'Email is required',
EMAIL_WRONG: 'Email is wrong',

FIELD_REQUIRE: 'Please fill out this field',
EMAIL_INVALID: 'Please enter a valid email',

PASSWORD_LENGTH: 'Password must have from 6 to 12 characters',
INVALID_DATA: 'Incorrect email or password. Please try again.',
WRONG_CREDENTIALS: 'Email or password are incorrect',
Expand Down

0 comments on commit 145f206

Please sign in to comment.