mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
sync folders and ciphers. fix dates
This commit is contained in:
@@ -22,7 +22,7 @@ export class CipherResponse {
|
||||
favorite: boolean;
|
||||
edit: boolean;
|
||||
organizationUseTotp: boolean;
|
||||
revisionDate: Date;
|
||||
revisionDate: string;
|
||||
attachments: AttachmentResponse[];
|
||||
passwordHistory: PasswordHistoryResponse[];
|
||||
collectionIds: string[];
|
||||
|
||||
@@ -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