mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
help contact url is on main site, not vault
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
$scope.website = function () {
|
$scope.website = function () {
|
||||||
$analytics.eventTrack('Selected Help Website');
|
$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 () {
|
$scope.bug = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user