@authing/react-ui-components 3.0.0-rc.50 → 3.0.0-rc.51
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 +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -474,7 +474,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
|
|
|
474
474
|
protocol: Protocol;
|
|
475
475
|
oidcConfig: OidcClientMetadata;
|
|
476
476
|
passwordTabConfig: ApplicationPasswordTabConfig;
|
|
477
|
-
verifyCodeTabConfig
|
|
477
|
+
verifyCodeTabConfig?: ApplicationVerifyCodeTabConfig;
|
|
478
478
|
agreementEnabled: boolean;
|
|
479
479
|
agreements: Agreement[];
|
|
480
480
|
customPasswordStrength: any;
|
|
@@ -2537,7 +2537,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2537
2537
|
|
|
2538
2538
|
}
|
|
2539
2539
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2540
|
-
const _default: "3.0.0-rc.
|
|
2540
|
+
const _default: "3.0.0-rc.51";
|
|
2541
2541
|
export default _default;
|
|
2542
2542
|
|
|
2543
2543
|
}
|