Skip to content

Commit

Permalink
PM-18509: Unable to unlock vault (#13516)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw authored Feb 21, 2025
1 parent 92ec2ca commit 3800610
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/key-management-ui/src/lock/components/lock.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,11 @@ export class LockComponent implements OnInit, OnDestroy {
this.enforcedMasterPasswordOptions = MasterPasswordPolicyOptions.fromResponse(
masterPasswordVerificationResponse.policyOptions,
);
passwordValid = true;
} else {
this.enforcedMasterPasswordOptions = undefined;
}

passwordValid = true;
} catch (e) {
this.logService.error(e);
}
Expand Down

0 comments on commit 3800610

Please sign in to comment.