Merge pull request #2841 from jryans/storage-eviction-modal
Notify user when crypto data is missing
This commit is contained in:
commit
57d72b4deb
8 changed files with 154 additions and 9 deletions
|
@ -100,6 +100,12 @@ export async function checkConsistency() {
|
|||
error("Storage consistency checks failed");
|
||||
track("Consistency checks failed");
|
||||
}
|
||||
|
||||
return {
|
||||
dataInLocalStorage,
|
||||
dataInCryptoStore,
|
||||
healthy,
|
||||
};
|
||||
}
|
||||
|
||||
async function checkSyncStore() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue