1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

PM-18509: Unable to unlock vault (#13516)

This commit is contained in:
Maciej Zieniuk
2025-02-21 22:14:13 +01:00
committed by GitHub
parent 92ec2ca85e
commit 3800610bb6

View File

@@ -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);
}