1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +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 Premium');
$state.go('backend.user.settingsPremium').then(function () {
$scope.close();
$uibModalStack.dismissAll();
});
};
$scope.close = function () {
$uibModalStack.dismissAll();
$uibModalInstance.dismiss('close');
};
});