mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
sync folders and ciphers. fix dates
This commit is contained in:
@@ -2,7 +2,7 @@ import { PasswordHistoryResponse } from '../response/passwordHistoryResponse';
|
||||
|
||||
export class PasswordHistoryData {
|
||||
password: string;
|
||||
lastUsedDate: Date;
|
||||
lastUsedDate: string;
|
||||
|
||||
constructor(response?: PasswordHistoryResponse) {
|
||||
if (response == null) {
|
||||
|
||||
Reference in New Issue
Block a user