mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
send to webVault url (#6557)
This commit is contained in:
@@ -440,9 +440,7 @@ export class SettingsComponent implements OnInit {
|
|||||||
type: "info",
|
type: "info",
|
||||||
});
|
});
|
||||||
if (confirmed) {
|
if (confirmed) {
|
||||||
BrowserApi.createNewTab(
|
BrowserApi.createNewTab(this.environmentService.getWebVaultUrl());
|
||||||
"https://bitwarden.com/help/master-password/#change-your-master-password"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user