@authing/guard-shim-react18 4.5.46-alpha.2 → 4.5.46-alpha.3

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.
@@ -406,6 +406,10 @@ export interface ApplicationConfig {
406
406
  desc: I18nLang;
407
407
  };
408
408
  noticePwdCustomLogo?: string;
409
+ /**
410
+ * 开启延迟校验用户是否存在功能
411
+ */
412
+ closeCheckSendUser?: boolean;
409
413
  resetPwdLinkCustomLogo?: string;
410
414
  resetPwdLinkTipsConfig?: {
411
415
  title: I18nLang;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/guard-shim-react18",
3
- "version": "4.5.46-alpha.2",
3
+ "version": "4.5.46-alpha.3",
4
4
  "description": "Guard shim for react 18, only be used to internal",
5
5
  "types": "dist/typings/src/index.d.ts",
6
6
  "module": "dist/guard.min.js",