Merge pull request #2841 from jryans/storage-eviction-modal

Notify user when crypto data is missing
This commit is contained in:
J. Ryan Stinnett 2019-04-01 17:31:39 +01:00 committed by GitHub
commit 57d72b4deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 154 additions and 9 deletions

View file

@ -100,6 +100,12 @@ export async function checkConsistency() {
error("Storage consistency checks failed");
track("Consistency checks failed");
}
return {
dataInLocalStorage,
dataInCryptoStore,
healthy,
};
}
async function checkSyncStore() {