@better-auth-ui/core 1.6.23 → 1.6.25

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.
@@ -7,8 +7,10 @@ var e = {
7
7
  auth: {
8
8
  account: "Account",
9
9
  alreadyHaveAnAccount: "Already have an account?",
10
+ alreadyVerifiedYourEmail: "Already verified your email?",
10
11
  confirmPassword: "Confirm password",
11
12
  confirmPasswordPlaceholder: "Confirm your password",
13
+ checkYourEmail: "Check your email for a verification link",
12
14
  continueWith: "Continue with {{provider}}",
13
15
  email: "Email",
14
16
  emailPlaceholder: "Enter your email",
@@ -23,6 +25,7 @@ var e = {
23
25
  needToCreateAnAccount: "Need to create an account?",
24
26
  newPassword: "New password",
25
27
  newPasswordPlaceholder: "Enter your new password",
28
+ openEmailProvider: "Open {{provider}}",
26
29
  or: "OR",
27
30
  password: "Password",
28
31
  passwordPlaceholder: "Enter your password",
@@ -34,6 +37,7 @@ var e = {
34
37
  tooShort: "Must be at least {{min}} characters",
35
38
  rememberYourPassword: "Remember your password?",
36
39
  resend: "Resend",
40
+ resendIn: "Resend in {{seconds}}s",
37
41
  resetPassword: "Reset Password",
38
42
  sendResetLink: "Send reset link",
39
43
  showPassword: "Show password",
@@ -41,7 +45,7 @@ var e = {
41
45
  signOut: "Sign Out",
42
46
  signUp: "Sign Up",
43
47
  verificationEmailSent: "Verification email sent!",
44
- verifyYourEmail: "Verify your email"
48
+ verifyEmail: "Verify Email"
45
49
  },
46
50
  settings: {
47
51
  account: "Account",
@@ -140,7 +144,8 @@ var s = {
140
144
  signUp: "sign-up",
141
145
  forgotPassword: "forgot-password",
142
146
  resetPassword: "reset-password",
143
- signOut: "sign-out"
147
+ signOut: "sign-out",
148
+ verifyEmail: "verify-email"
144
149
  },
145
150
  settings: {
146
151
  account: "account",
package/dist/index.d.ts CHANGED
@@ -5,6 +5,7 @@ export * from './lib/auth-query-keys';
5
5
  export * from './lib/base-paths';
6
6
  export * from './lib/create-auth-plugin';
7
7
  export * from './lib/deep-partial';
8
+ export * from './lib/email-provider-links';
8
9
  export * from './lib/localization';
9
10
  export * from './lib/provider-names';
10
11
  export * from './lib/utils';