1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

misc fixes

This commit is contained in:
Kyle Spearrin
2017-07-12 13:38:06 -04:00
parent 13fbfc43f9
commit 81ad214f2f
6 changed files with 33 additions and 14 deletions

View File

@@ -28,7 +28,7 @@
}, function (confirmed) {
if (confirmed) {
$analytics.eventTrack('Launch Web Vault For Import');
chrome.tabs.create({ url: 'https://vault.bitwarden.com' });
chrome.tabs.create({ url: 'https://help.bitwarden.com/article/import-data/' });
}
});
};