[chore] Update jslib (#457)

This commit is contained in:
Addison Beck 2022-01-28 10:09:24 -05:00 committed by GitHub
parent 210e0502ca
commit 5731e1e316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 19bf7c75a369c59328ee602f37570cf1f50f05b6
Subproject commit e372bf242b24f55c1142e33693ad2c801ab74c93

View File

@ -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") {