@authing/react-ui-components 3.1.24 → 3.1.25-beta.3

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/lib/index.d.ts CHANGED
@@ -451,6 +451,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
451
451
  description?: string;
452
452
  redirectUris: string[];
453
453
  registerDisabled: boolean;
454
+ mergeAdAndAccountPasswordLogin: boolean;
454
455
  registerTabs: {
455
456
  list: string[];
456
457
  default: string;
@@ -520,6 +521,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
520
521
  websocket: string;
521
522
  welcomeMessage: any;
522
523
  skipComplateFileds: boolean;
524
+ selfUnlockStrategy: 'captcha' | 'password-captcha';
523
525
  }
524
526
  export const fetchAppConfig: (appId: string) => Promise<import("@authing/react-ui-components/components/_utils/http").AuthingResponse<ApplicationConfig>>;
525
527
 
@@ -3509,7 +3511,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3509
3511
 
3510
3512
  }
3511
3513
  declare module '@authing/react-ui-components/components/version/version' {
3512
- const _default: "3.1.24";
3514
+ const _default: "3.1.25-beta.3";
3513
3515
  export default _default;
3514
3516
 
3515
3517
  }