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

PM-4588 - Resolve desktop issue where account menu was disabled after a user JIT provisions into a MP encryption org - simply add a menu redraw call after succesfully setting the MP and relevant keys. (#6717)

This commit is contained in:
Jared Snider
2023-11-01 11:14:13 -04:00
committed by GitHub
parent 5c7121d881
commit a1729c97df
2 changed files with 12 additions and 1 deletions

View File

@@ -168,7 +168,7 @@ export class SetPasswordComponent extends BaseChangePasswordComponent {
document.getElementById(confirmField ? "masterPasswordRetype" : "masterPassword").focus();
}
private async onSetPasswordSuccess(
protected async onSetPasswordSuccess(
masterKey: MasterKey,
userKey: [UserKey, EncString],
keyPair: [string, EncString]