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