@authing/react-ui-components 4.0.2-rc.2 → 4.0.3-alpha.0

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.2-rc.2",
3
+ "version": "4.0.3-alpha.0",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -254,4 +254,12 @@ export interface ApplicationConfig {
254
254
  skipComplateFileds: boolean;
255
255
  selfUnlockStrategy: 'captcha' | 'password-captcha';
256
256
  defaultLanguageConfig: Lang;
257
+ /**
258
+ * 是否开启账号切换
259
+ */
260
+ enableLoginAccountSwitch: boolean;
261
+ /**
262
+ * 是否开启注册密码补全
263
+ */
264
+ enableCompletePassword: boolean;
257
265
  }
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.2-rc.2";
1
+ declare const _default: "4.0.3-alpha.0";
2
2
  export default _default;