@expandorg/app-auth
Advanced tools
Comparing version 0.0.26 to 0.0.27
{ | ||
"name": "@expandorg/app-auth", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Auth app", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "82f6802e4405e508219a27d2401ef13511f01f73" | ||
"gitHead": "41e043958f9df1b5e01837592a41323a5c6113b5" | ||
} |
@@ -6,6 +6,6 @@ // @flow | ||
email: [ | ||
[rules.isNotEmpty, 'Email can not be empty'], | ||
[rules.isRequired, 'Email can not be empty'], | ||
[rules.isEmail, 'Incorrect email format'], | ||
], | ||
password: [[rules.isNotEmpty, 'Password can not be empty']], | ||
password: [[rules.isRequired, 'Password can not be empty']], | ||
}; | ||
@@ -15,6 +15,6 @@ | ||
email: [ | ||
[rules.isNotEmpty, 'Email can not be empty'], | ||
[rules.isRequired, 'Email can not be empty'], | ||
[rules.isEmail, 'Incorrect email format'], | ||
], | ||
password: [[rules.isNotEmpty, 'Password can not be empty']], | ||
password: [[rules.isRequired, 'Password can not be empty']], | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package