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:
@@ -42,8 +42,6 @@ export class PasswordHistoryExport {
|
||||
return;
|
||||
}
|
||||
|
||||
this.validateRequiredFields();
|
||||
|
||||
this.password = safeGetString(o.password) ?? "";
|
||||
this.lastUsedDate = o.lastUsedDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user