init masterPassMinComplexity as null

This commit is contained in:
Kyle Spearrin 2020-03-05 22:19:46 -05:00
parent b7b74d8f1f
commit 09516b4d4e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export class PolicyEditComponent implements OnInit {
// Master password
masterPassMinComplexity?: number;
masterPassMinComplexity?: number = null;
masterPassMinLength?: number;
masterPassRequireUpper?: number;
masterPassRequireLower?: number;