1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

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

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;