mirror of
https://github.com/bitwarden/web
synced 2025-12-15 15:53:18 +00:00
remember two factor
This commit is contained in:
@@ -69,7 +69,7 @@ angular
|
||||
};
|
||||
|
||||
$scope.twoFactor = function (token) {
|
||||
$scope.twoFactorPromise = authService.logIn(_email, _masterPassword, token, $scope.twoFactorProvider);
|
||||
$scope.twoFactorPromise = authService.logIn(_email, _masterPassword, token, $scope.twoFactorProvider, true);
|
||||
|
||||
$scope.twoFactorPromise.then(function () {
|
||||
$analytics.eventTrack('Logged In From Two-step');
|
||||
|
||||
Reference in New Issue
Block a user