qinlaiqiao 4 лет назад
Родитель
Сommit
45eaab99f3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      types/src/interface/enterprise.ts

+ 1 - 1
types/src/interface/enterprise.ts

@@ -47,7 +47,7 @@ export interface IEnterprise {
   type: string;
   scale: string;
   createTime: number;
-  passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
+  passwordCheck: 'no' | 'weak' | 'normal' | 'strong';
   subdomain: string;
   domain: string;
   icp: string;