mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
show reivison dates for item edit
This commit is contained in:
@@ -33,6 +33,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit {
|
||||
totpDash: number;
|
||||
totpSec: number;
|
||||
totpLow: boolean;
|
||||
passwordRevisionDate: Date;
|
||||
|
||||
protected totpInterval: number;
|
||||
|
||||
@@ -48,6 +49,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit {
|
||||
|
||||
async ngOnInit() {
|
||||
await super.load();
|
||||
this.passwordRevisionDate = this.cipher.passwordRevisionDisplayDate;
|
||||
this.cleanUp();
|
||||
|
||||
this.isPremium = this.tokenService.getPremium();
|
||||
|
||||
Reference in New Issue
Block a user