mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
help contact url is on main site, not vault
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
$scope.website = function () {
|
||||
$analytics.eventTrack('Selected Help Website');
|
||||
chrome.tabs.create({ url: 'https://vault.bitwarden.com/contact/' });
|
||||
chrome.tabs.create({ url: 'https://bitwarden.com/contact/' });
|
||||
};
|
||||
|
||||
$scope.bug = function () {
|
||||
|
||||
Reference in New Issue
Block a user