mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
added ability to pass and parse twofactor provider
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.loginPromise = authService.logIn(email, masterPassword, model.code);
|
||||
$scope.loginPromise = authService.logIn(email, masterPassword, 0, model.code);
|
||||
$scope.loginPromise.then(function () {
|
||||
$analytics.eventTrack('Logged In From Two-step');
|
||||
$state.go('tabs.vault', { animation: 'in-slide-left', syncOnLoad: true });
|
||||
|
||||
Reference in New Issue
Block a user