@draftlab/auth 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui/password.d.mts +0 -1
- package/dist/ui/password.mjs +0 -1
- package/package.json +1 -1
package/dist/ui/password.d.mts
CHANGED
|
@@ -11,7 +11,6 @@ interface PasswordUICopy {
|
|
|
11
11
|
readonly error_invalid_email: string;
|
|
12
12
|
readonly error_invalid_password: string;
|
|
13
13
|
readonly error_password_mismatch: string;
|
|
14
|
-
readonly error_validation_error: string;
|
|
15
14
|
readonly register_title: string;
|
|
16
15
|
readonly register_description: string;
|
|
17
16
|
readonly login_title: string;
|
package/dist/ui/password.mjs
CHANGED
|
@@ -12,7 +12,6 @@ const DEFAULT_COPY = {
|
|
|
12
12
|
error_invalid_email: "Email is not valid.",
|
|
13
13
|
error_invalid_password: "Password is incorrect.",
|
|
14
14
|
error_password_mismatch: "Passwords do not match.",
|
|
15
|
-
error_validation_error: "Password does not meet requirements.",
|
|
16
15
|
register_title: "Welcome to the app",
|
|
17
16
|
register_description: "Sign in with your email",
|
|
18
17
|
login_title: "Welcome to the app",
|