mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
[chore] Update jslib (#457)
This commit is contained in:
@@ -69,7 +69,7 @@ export class ConvertToKeyConnectorCommand {
|
||||
// Update environment URL - required for api key login
|
||||
const urls = this.environmentService.getUrls();
|
||||
urls.keyConnector = organization.keyConnectorUrl;
|
||||
await this.environmentService.setUrls(urls, true);
|
||||
await this.environmentService.setUrls(urls);
|
||||
|
||||
return Response.success();
|
||||
} else if (answer.convert === "leave") {
|
||||
|
||||
Reference in New Issue
Block a user