mirror of
https://github.com/bitwarden/cli
synced 2025-12-23 03:33:13 +00:00
Add support for helpers in environment service (#353)
This commit is contained in:
@@ -35,11 +35,7 @@ export class StatusCommand {
|
||||
}
|
||||
|
||||
private baseUrl(): string {
|
||||
let url = this.envService.baseUrl;
|
||||
if (url == null) {
|
||||
url = 'https://bitwarden.com';
|
||||
}
|
||||
return url;
|
||||
return this.envService.getUrls().base;
|
||||
}
|
||||
|
||||
private async status(): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user