@frontegg/types 5.14.0 → 5.16.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.
|
@@ -191,6 +191,14 @@ export interface LoginLocalization {
|
|
|
191
191
|
* Back to login button text OICD sso login failed
|
|
192
192
|
*/
|
|
193
193
|
failedOicdBackToLogin: string;
|
|
194
|
+
/**
|
|
195
|
+
* Default text to be displayed in case of unsuccessful login with SAML without an error
|
|
196
|
+
*/
|
|
197
|
+
failedSamlDefaultError: string;
|
|
198
|
+
/**
|
|
199
|
+
* Back to login button text SAML sso login failed
|
|
200
|
+
*/
|
|
201
|
+
failedSamlBackToLogin: string;
|
|
194
202
|
/**
|
|
195
203
|
* Join tenant indicator title displayed if login with invitation link
|
|
196
204
|
*/
|