@authing/react-ui-components 3.1.22-rc.8 → 3.1.22-rc.9
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 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3310,6 +3310,7 @@ declare module '@authing/react-ui-components/components/_utils/index' {
|
|
|
3310
3310
|
specifyDefaultLoginMethod: LoginMethods;
|
|
3311
3311
|
lockMethod?: undefined;
|
|
3312
3312
|
} | undefined;
|
|
3313
|
+
export const getPasswordIdentify: (identity: string) => string;
|
|
3313
3314
|
|
|
3314
3315
|
}
|
|
3315
3316
|
declare module '@authing/react-ui-components/components/_utils/initAppId' {
|
|
@@ -3504,7 +3505,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3504
3505
|
|
|
3505
3506
|
}
|
|
3506
3507
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3507
|
-
const _default: "3.1.22-rc.
|
|
3508
|
+
const _default: "3.1.22-rc.9";
|
|
3508
3509
|
export default _default;
|
|
3509
3510
|
|
|
3510
3511
|
}
|