1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;