@better-auth-ui/core 1.6.24 → 1.6.26
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/{create-auth-plugin-BA7PI8QW.js → create-auth-plugin-CSJlOwwp.js} +4 -4
- package/dist/index.js +1423 -7
- package/dist/lib/localization.d.ts +4 -4
- package/dist/plugins/organization/organization-plugin.d.ts +6 -0
- package/dist/plugins/username/username-localization.d.ts +3 -3
- package/dist/plugins/username/username-plugin.d.ts +6 -0
- package/dist/plugins.js +6 -4
- package/package.json +1 -1
- package/src/lib/email-provider-links.ts +3 -1
- package/src/lib/localization.ts +8 -8
- package/src/plugins/organization/organization-plugin.ts +6 -0
- package/src/plugins/username/username-localization.ts +6 -6
- package/src/plugins/username/username-plugin.ts +6 -0
|
@@ -13,7 +13,7 @@ var e = {
|
|
|
13
13
|
checkYourEmail: "Check your email for a verification link",
|
|
14
14
|
continueWith: "Continue with {{provider}}",
|
|
15
15
|
email: "Email",
|
|
16
|
-
emailPlaceholder: "
|
|
16
|
+
emailPlaceholder: "m@example.com",
|
|
17
17
|
fieldRequired: "This field is required",
|
|
18
18
|
forgotPassword: "Forgot Password",
|
|
19
19
|
forgotPasswordLink: "Forgot password?",
|
|
@@ -21,14 +21,14 @@ var e = {
|
|
|
21
21
|
invalidEmail: "Please enter a valid email address",
|
|
22
22
|
invalidResetPasswordToken: "Invalid reset password token",
|
|
23
23
|
name: "Name",
|
|
24
|
-
namePlaceholder: "
|
|
24
|
+
namePlaceholder: "Name",
|
|
25
25
|
needToCreateAnAccount: "Need to create an account?",
|
|
26
26
|
newPassword: "New password",
|
|
27
|
-
newPasswordPlaceholder: "
|
|
27
|
+
newPasswordPlaceholder: "New password",
|
|
28
28
|
openEmailProvider: "Open {{provider}}",
|
|
29
29
|
or: "OR",
|
|
30
30
|
password: "Password",
|
|
31
|
-
passwordPlaceholder: "
|
|
31
|
+
passwordPlaceholder: "Password",
|
|
32
32
|
passwordResetEmailSent: "Password reset email sent",
|
|
33
33
|
passwordResetSuccess: "Password reset successfully",
|
|
34
34
|
passwordsDoNotMatch: "Passwords do not match",
|