mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +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 === '') {
|
} else if (this.login.password == null || this.login.password === '') {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return this.login.passwordRevisionDate != null ? this.login.passwordRevisionDate : this.revisionDate;
|
return this.login.passwordRevisionDate;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user