Compute integrity on sign in
This commit is contained in:
@@ -96,7 +96,7 @@ class AccountMenu {
|
||||
else {
|
||||
$scope.onAuthSuccess(() => {
|
||||
syncManager.unlockSyncing();
|
||||
syncManager.sync();
|
||||
syncManager.sync({performIntegrityCheck: true});
|
||||
});
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user