[fix] accounts
This commit is contained in:
@@ -43,7 +43,8 @@ export class AutoStorage{
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if((localStorage.getItem('dosync') === 'sync' || db.account?.useSync) && (localStorage.getItem('accountst') !== 'able')){
|
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()
|
const keys = await this.realStorage.keys()
|
||||||
let i = 0;
|
let i = 0;
|
||||||
const accountStorage = new AccountStorage()
|
const accountStorage = new AccountStorage()
|
||||||
|
|||||||
Reference in New Issue
Block a user