mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
PM-18509: Unable to unlock vault (#13516)
This commit is contained in:
@@ -527,8 +527,11 @@ export class LockComponent implements OnInit, OnDestroy {
|
|||||||
this.enforcedMasterPasswordOptions = MasterPasswordPolicyOptions.fromResponse(
|
this.enforcedMasterPasswordOptions = MasterPasswordPolicyOptions.fromResponse(
|
||||||
masterPasswordVerificationResponse.policyOptions,
|
masterPasswordVerificationResponse.policyOptions,
|
||||||
);
|
);
|
||||||
passwordValid = true;
|
} else {
|
||||||
|
this.enforcedMasterPasswordOptions = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
passwordValid = true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.logService.error(e);
|
this.logService.error(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user