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