@frontegg/types
Advanced tools
Comparing version 4.42.1 to 4.42.2
@@ -12,6 +12,2 @@ import { RedirectOptions } from '@frontegg/rest-api'; | ||
themeOptions?: FronteggThemeOptions; | ||
/** | ||
* Authentication header logo image | ||
* @deprecated, use components.authPage.headerImage | ||
*/ | ||
headerImage?: string; | ||
@@ -18,0 +14,0 @@ /** |
@@ -129,2 +129,6 @@ export interface SecurityLocalization { | ||
/** | ||
* Max attempts before lockout user input error message | ||
*/ | ||
attemptsInputErrorMessage: string; | ||
/** | ||
* Cancel editing lockout policy button text | ||
@@ -131,0 +135,0 @@ */ |
@@ -76,2 +76,10 @@ export interface LoginLocalization { | ||
/** | ||
* Error displayed if two factor code input is empty | ||
*/ | ||
twoFactorCodeIsRequired: string; | ||
/** | ||
* Error displayed if two code length less than 8 characters | ||
*/ | ||
twoFactorCodeLengthAtLeast8: string; | ||
/** | ||
* text of remember device CheckBox If MFA is enabled | ||
@@ -78,0 +86,0 @@ * EX: "Don't ask again on this device for {{count}} day" |
{ | ||
"name": "@frontegg/types", | ||
"version": "4.42.1", | ||
"version": "4.42.2", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
181410
5280