mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 04:33:38 +00:00
explicit user id provided to key connector service
This commit is contained in:
@@ -65,7 +65,7 @@ export class ConvertToKeyConnectorCommand {
|
||||
|
||||
if (answer.convert === "remove") {
|
||||
try {
|
||||
await this.keyConnectorService.migrateUser();
|
||||
await this.keyConnectorService.migrateUser(this.userId);
|
||||
} catch (e) {
|
||||
await this.logout();
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user