mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
init masterPassMinComplexity as null
This commit is contained in:
parent
b7b74d8f1f
commit
09516b4d4e
@ -37,7 +37,7 @@ export class PolicyEditComponent implements OnInit {
|
||||
|
||||
// Master password
|
||||
|
||||
masterPassMinComplexity?: number;
|
||||
masterPassMinComplexity?: number = null;
|
||||
masterPassMinLength?: number;
|
||||
masterPassRequireUpper?: number;
|
||||
masterPassRequireLower?: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user