Compute integrity on sign in

This commit is contained in:
Mo Bitar
2019-02-11 18:31:02 -06:00
parent 862e9e2b3a
commit 48c8ce4c9a
3 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ class AccountMenu {
else {
$scope.onAuthSuccess(() => {
syncManager.unlockSyncing();
syncManager.sync();
syncManager.sync({performIntegrityCheck: true});
});
}
})