1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 18:33:50 +00:00

don't validate pw history contructor

This commit is contained in:
jaasen-livefront
2025-11-10 11:33:34 -08:00
parent 236e53205e
commit 9c91f7e0a8

View File

@@ -42,8 +42,6 @@ export class PasswordHistoryExport {
return;
}
this.validateRequiredFields();
this.password = safeGetString(o.password) ?? "";
this.lastUsedDate = o.lastUsedDate;
}