mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-24 21:41:33 +01:00
dont use cipher revisionDate
This commit is contained in:
parent
cfa4664b31
commit
13769a7fcb
@ -88,6 +88,6 @@ export class CipherView implements View {
|
||||
} else if (this.login.password == null || this.login.password === '') {
|
||||
return null;
|
||||
}
|
||||
return this.login.passwordRevisionDate != null ? this.login.passwordRevisionDate : this.revisionDate;
|
||||
return this.login.passwordRevisionDate;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user