mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
recovery code
This commit is contained in:
@@ -51,4 +51,13 @@
|
||||
provider.enabled = enabled;
|
||||
});
|
||||
};
|
||||
|
||||
$scope.viewRecover = function () {
|
||||
|
||||
var modal = $uibModal.open({
|
||||
animation: true,
|
||||
templateUrl: 'app/settings/views/settingsTwoStepRecover.html',
|
||||
controller: 'settingsTwoStepRecoverController'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user