@authing/react-ui-components 4.0.3-wecom.1 → 4.0.3-wecom.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.0.3-wecom.1",
3
+ "version": "4.0.3-wecom.2",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -110,6 +110,7 @@ export declare type QrcodeTabsSettings = Record<LoginMethods, Array<{
110
110
  corpId: string;
111
111
  agentId: string;
112
112
  redirectUrl: string;
113
+ identifier: string;
113
114
  };
114
115
  }>>;
115
116
  export interface OidcClientMetadata {
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.3-wecom.1";
1
+ declare const _default: "4.0.3-wecom.2";
2
2
  export default _default;