mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
Add support for helpers in environment service (#1967)
This commit is contained in:
@@ -318,10 +318,7 @@ export class SettingsComponent implements OnInit {
|
||||
}
|
||||
|
||||
async webVault() {
|
||||
let url = this.environmentService.getWebVaultUrl();
|
||||
if (url == null) {
|
||||
url = 'https://vault.bitwarden.com';
|
||||
}
|
||||
const url = this.environmentService.getWebVaultUrl();
|
||||
BrowserApi.createNewTab(url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user