1
0
mirror of https://github.com/bitwarden/web synced 2026-01-02 16:43:24 +00:00

duo 2fa config and login with web sdk

This commit is contained in:
Kyle Spearrin
2017-06-21 15:17:44 -04:00
parent 2f3035a08f
commit ca9a0b072e
14 changed files with 262 additions and 12 deletions

View File

@@ -74,6 +74,7 @@
}, function (response) {
$analytics.eventTrack('Disabled Two-step Email');
toastr.success('Email has been disabled.');
$scope.enabled = response.Enabled;
$scope.close();
}).$promise;
}
@@ -92,6 +93,6 @@
}
$scope.close = function () {
$uibModalInstance.close();
$uibModalInstance.close($scope.enabled);
};
});