1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Added link for 2fa account recovery

This commit is contained in:
Kyle Spearrin
2016-11-19 01:41:09 -05:00
parent e7e4a66750
commit 26c4b20fdd
3 changed files with 12 additions and 0 deletions

View File

@@ -21,4 +21,9 @@
$state.go('tabs.vault', { animation: 'in-slide-left', syncOnLoad: true });
});
};
$scope.lostApp = function () {
$analytics.eventTrack('Selected Lost 2FA App');
chrome.tabs.create({ url: 'https://vault.bitwarden.com/#/recover' });
};
});