1
0
mirror of https://github.com/bitwarden/web synced 2025-12-31 23:53:13 +00:00

Remove whitespace

This commit is contained in:
Thomas Rittson
2021-03-29 08:02:19 +10:00
parent a4ea4441be
commit 402e154453

View File

@@ -38,7 +38,6 @@ export class PolicyEditComponent implements OnInit {
defaultTypes: any[];
// Master password
masterPassMinComplexity?: number = null;
masterPassMinLength?: number;
masterPassRequireUpper?: number;
@@ -47,7 +46,6 @@ export class PolicyEditComponent implements OnInit {
masterPassRequireSpecial?: number;
// Password generator
passGenDefaultType?: string;
passGenMinLength?: number;
passGenUseUpper?: boolean;