diff --git a/jslib b/jslib index 19bf7c75a3..e372bf242b 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 19bf7c75a369c59328ee602f37570cf1f50f05b6 +Subproject commit e372bf242b24f55c1142e33693ad2c801ab74c93 diff --git a/src/commands/convertToKeyConnector.command.ts b/src/commands/convertToKeyConnector.command.ts index f7f61eb540..c53f02036d 100644 --- a/src/commands/convertToKeyConnector.command.ts +++ b/src/commands/convertToKeyConnector.command.ts @@ -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") {