mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
sync folders and ciphers. fix dates
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
export class PasswordHistoryRequest {
|
||||
password: string;
|
||||
lastUsedDate: Date;
|
||||
|
||||
constructor(response: any) {
|
||||
this.password = response.Password;
|
||||
this.lastUsedDate = response.LastUsedDate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user