mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
dont use cipher revisionDate
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user