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 { else {
$scope.onAuthSuccess(() => { $scope.onAuthSuccess(() => {
syncManager.unlockSyncing(); syncManager.unlockSyncing();
syncManager.sync(); syncManager.sync({performIntegrityCheck: true});
}); });
} }
}) })

6
package-lock.json generated
View File

@@ -4830,9 +4830,9 @@
"dev": true "dev": true
}, },
"standard-file-js": { "standard-file-js": {
"version": "0.3.47", "version": "0.3.48",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.47.tgz", "resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.48.tgz",
"integrity": "sha512-csWmQXj5eTh0uHuuYYD4pP7tEeORtkdlWuZpVBYFCip4ch2Ug4uyKOCjHr3uOYTjLVaQKhkE/6xPpECWASmQMg==", "integrity": "sha512-Zh8kgJYWKE035wRUUmrn2w1UfGkhcvTz6lAWmPyD0Udc7im4UdKF0j75JkFDsw/NZAFG4o8kaYtovxswAHp8XQ==",
"dev": true "dev": true
}, },
"statuses": { "statuses": {

View File

@@ -38,7 +38,7 @@
"serve-static": "^1.13.2", "serve-static": "^1.13.2",
"sn-models": "0.1.14", "sn-models": "0.1.14",
"sn-stylekit": "2.0.13", "sn-stylekit": "2.0.13",
"standard-file-js": "0.3.47", "standard-file-js": "0.3.48",
"grunt-shell": "^2.1.0" "grunt-shell": "^2.1.0"
} }
} }