1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

send to webVault url (#6557)

This commit is contained in:
rr-bw 2023-10-31 08:57:50 -07:00 committed by GitHub
parent 095ab3d679
commit e3f6f4d1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,9 +440,7 @@ export class SettingsComponent implements OnInit {
type: "info",
});
if (confirmed) {
BrowserApi.createNewTab(
"https://bitwarden.com/help/master-password/#change-your-master-password"
);
BrowserApi.createNewTab(this.environmentService.getWebVaultUrl());
}
}