1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +00:00

remember two factor

This commit is contained in:
Kyle Spearrin
2017-06-23 10:41:57 -04:00
parent c55d0449cb
commit af56551fd2
4 changed files with 47 additions and 7 deletions

View File

@@ -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');