@@ -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;