diff --git a/libs/common/src/models/export/password-history.export.ts b/libs/common/src/models/export/password-history.export.ts index 0ff666e0a30..e4df5513fc3 100644 --- a/libs/common/src/models/export/password-history.export.ts +++ b/libs/common/src/models/export/password-history.export.ts @@ -42,8 +42,6 @@ export class PasswordHistoryExport { return; } - this.validateRequiredFields(); - this.password = safeGetString(o.password) ?? ""; this.lastUsedDate = o.lastUsedDate; }