mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
move sync upon login to vault controller initiated via state params.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
$scope.loginPromise = loginService.logInTwoFactor(model.code);
|
||||
$scope.loginPromise.then(function () {
|
||||
$state.go('tabs.vault', { animation: 'in-slide-left' });
|
||||
$state.go('tabs.vault', { animation: 'in-slide-left', syncOnLoad: true });
|
||||
});
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user