1
0
mirror of https://github.com/bitwarden/web synced 2025-12-17 08:43:14 +00:00

totp flag on logins

This commit is contained in:
Kyle Spearrin
2017-07-07 14:07:30 -04:00
parent 49dbf4945f
commit 08b432775e
4 changed files with 8 additions and 10 deletions

View File

@@ -7,11 +7,11 @@ angular
$scope.go = function () {
$analytics.eventTrack('Get Paid Org');
$state.go('backend.org.billing', { orgId: orgId }).then(function () {
$scope.close();
$uibModalStack.dismissAll();
});
};
$scope.close = function () {
$uibModalStack.dismissAll();
$uibModalInstance.dismiss('close');
};
});