@authowl/core 0.22.0 → 0.23.0

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.
@@ -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}.";
@@ -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}.";