Added current date variable. This is in relation to PR #1272 in bitwarden/browser (#120)

This commit is contained in:
Anthony Garera 2020-07-03 22:45:38 -04:00 committed by GitHub
parent 57ace40845
commit 785b681f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ export class AddEditComponent implements OnInit {
addFieldTypeOptions: any[];
uriMatchOptions: any[];
ownershipOptions: any[] = [];
currentDate = new Date();
protected writeableCollections: CollectionView[];
private previousCipherId: string;