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:
@@ -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' });
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user