[fix] accounts

This commit is contained in:
kwaroran
2023-07-04 06:11:29 +09:00
parent 74c3f01170
commit 3f85efccde

View File

@@ -43,7 +43,8 @@ export class AutoStorage{
return true
}
if((localStorage.getItem('dosync') === 'sync' || db.account?.useSync) && (localStorage.getItem('accountst') !== 'able')){
getUnpargeables(db)
console.log(localStorage.getItem('dosync'))
console.log(db.account)
const keys = await this.realStorage.keys()
let i = 0;
const accountStorage = new AccountStorage()