mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
[chore] Update jslib (#457)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 19bf7c75a3...e372bf242b
@@ -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