@authowl/core 0.22.0 → 0.22.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/{chunk-6GILD4LY.js → chunk-DVVGVPDH.js} +1 -1
- package/dist/{client-w6no1OpC.d.cts → client-BwZ1bqU4.d.cts} +5 -1
- package/dist/{client-BHufZSky.d.ts → client-DXypEWpf.d.ts} +5 -1
- package/dist/{idempotency-DFT3sJwb.d.ts → idempotency-BWMPd3B7.d.ts} +1 -1
- package/dist/{idempotency-MKQZa2OJ.d.cts → idempotency-BfRYS8qn.d.cts} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/messages.cjs +1 -1
- package/dist/messages.d.cts +1 -0
- package/dist/messages.d.ts +1 -0
- package/dist/messages.js +1 -1
- package/dist/native.cjs +1 -1
- package/dist/native.d.cts +4 -4
- package/dist/native.d.ts +4 -4
- package/dist/native.js +1 -1
- package/dist/privacy.d.cts +1 -1
- package/dist/privacy.d.ts +1 -1
- package/package.json +1 -1
package/dist/messages.d.cts
CHANGED
|
@@ -438,6 +438,7 @@ declare const en: {
|
|
|
438
438
|
readonly 'serverError.PASSWORD_SIGNUP_REQUIRED': "This application requires two-factor authentication. Create your account with email and password to continue.";
|
|
439
439
|
readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
|
|
440
440
|
readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
|
|
441
|
+
readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
|
|
441
442
|
readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
|
|
442
443
|
readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";
|
|
443
444
|
readonly 'serverError.RATE_LIMITED.retryIn': "Too many attempts. Try again in {duration}.";
|
package/dist/messages.d.ts
CHANGED
|
@@ -438,6 +438,7 @@ declare const en: {
|
|
|
438
438
|
readonly 'serverError.PASSWORD_SIGNUP_REQUIRED': "This application requires two-factor authentication. Create your account with email and password to continue.";
|
|
439
439
|
readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
|
|
440
440
|
readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
|
|
441
|
+
readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
|
|
441
442
|
readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
|
|
442
443
|
readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";
|
|
443
444
|
readonly 'serverError.RATE_LIMITED.retryIn': "Too many attempts. Try again in {duration}.";
|