[chore] Update jslib (#457)
This commit is contained in:
parent
210e0502ca
commit
5731e1e316
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 19bf7c75a369c59328ee602f37570cf1f50f05b6
|
||||
Subproject commit e372bf242b24f55c1142e33693ad2c801ab74c93
|
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue