@authing/react-ui-components 3.1.25 → 3.1.26

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;
@@ -3509,7 +3510,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3509
3510
 
3510
3511
  }
3511
3512
  declare module '@authing/react-ui-components/components/version/version' {
3512
- const _default: "3.1.25";
3513
+ const _default: "3.1.26";
3513
3514
  export default _default;
3514
3515
 
3515
3516
  }