1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-26 17:08:33 +01:00

init masterPassMinComplexity as null

This commit is contained in:
Kyle Spearrin 2020-03-05 22:19:46 -05:00
parent b7b74d8f1f
commit 09516b4d4e

View File

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