1
0
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:
Maciej Zieniuk
2025-03-10 22:23:40 +00:00
parent 8a5835b0e9
commit 0e9d1beff8

View File

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