mirror of
https://github.com/bitwarden/browser
synced 2026-02-17 09:59:41 +00:00
reactive key connector service
This commit is contained in:
@@ -67,9 +67,6 @@ export class ConvertToKeyConnectorCommand {
|
||||
throw e;
|
||||
}
|
||||
|
||||
await this.keyConnectorService.removeConvertAccountRequired(this.userId);
|
||||
await this.keyConnectorService.setUsesKeyConnector(true, this.userId);
|
||||
|
||||
// Update environment URL - required for api key login
|
||||
const env = await firstValueFrom(this.environmentService.environment$);
|
||||
const urls = env.getUrls();
|
||||
|
||||
Reference in New Issue
Block a user