1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02:00

help for 2fa recovery

This commit is contained in:
Kyle Spearrin 2017-05-25 23:40:07 -04:00
parent 5c2eb3b193
commit e282966d64

View File

@ -27,6 +27,6 @@
$scope.lostApp = function () {
$analytics.eventTrack('Selected Lost 2FA App');
chrome.tabs.create({ url: 'https://vault.bitwarden.com/#/recover' });
chrome.tabs.create({ url: 'https://help.bitwarden.com/article/lost-two-step-device/' });
};
});