1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

recovery code

This commit is contained in:
Kyle Spearrin
2017-06-24 16:59:01 -04:00
parent 2f07d22a9e
commit 39281811f5
10 changed files with 142 additions and 8 deletions

View File

@@ -51,4 +51,13 @@
provider.enabled = enabled;
});
};
$scope.viewRecover = function () {
var modal = $uibModal.open({
animation: true,
templateUrl: 'app/settings/views/settingsTwoStepRecover.html',
controller: 'settingsTwoStepRecoverController'
});
}
});