mirror of
https://github.com/bitwarden/jslib
synced 2025-12-22 19:23:24 +00:00
sync folders and ciphers. fix dates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export class PasswordHistoryResponse {
|
||||
password: string;
|
||||
lastUsedDate: Date;
|
||||
lastUsedDate: string;
|
||||
|
||||
constructor(response: any) {
|
||||
this.password = response.Password;
|
||||
|
||||
Reference in New Issue
Block a user