Corrected some logic problems...
4 storing: - Array in Memory Global state.todos - Array temporary filtered arr_todos - IndexedDb - Database
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
APP_VERSION="DEV 0.0.30"
|
||||
APP_VERSION="DEV 0.0.31"
|
||||
SERVICE_WORKER_FILE='service-worker.js'
|
||||
APP_ID='1'
|
||||
APP_URL='https://freeplanet.app'
|
||||
|
||||
@@ -569,9 +569,9 @@ namespace Actions {
|
||||
UserStore.mutations.setAuth(token)
|
||||
|
||||
Mutations.mutations.authUser({
|
||||
userId: userId,
|
||||
username: username,
|
||||
verified_email: verified_email,
|
||||
userId,
|
||||
username,
|
||||
verified_email
|
||||
})
|
||||
|
||||
await setGlobal(false)
|
||||
|
||||
Reference in New Issue
Block a user