mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +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