From 402e1544532551c57dc56219e1ffb2c1bd7957e3 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 29 Mar 2021 08:02:19 +1000 Subject: [PATCH] Remove whitespace --- src/app/organizations/manage/policy-edit.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/organizations/manage/policy-edit.component.ts b/src/app/organizations/manage/policy-edit.component.ts index 8e124b65..fde034d7 100644 --- a/src/app/organizations/manage/policy-edit.component.ts +++ b/src/app/organizations/manage/policy-edit.component.ts @@ -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;