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'
|
SERVICE_WORKER_FILE='service-worker.js'
|
||||||
APP_ID='1'
|
APP_ID='1'
|
||||||
APP_URL='https://freeplanet.app'
|
APP_URL='https://freeplanet.app'
|
||||||
|
|||||||
@@ -569,9 +569,9 @@ namespace Actions {
|
|||||||
UserStore.mutations.setAuth(token)
|
UserStore.mutations.setAuth(token)
|
||||||
|
|
||||||
Mutations.mutations.authUser({
|
Mutations.mutations.authUser({
|
||||||
userId: userId,
|
userId,
|
||||||
username: username,
|
username,
|
||||||
verified_email: verified_email,
|
verified_email
|
||||||
})
|
})
|
||||||
|
|
||||||
await setGlobal(false)
|
await setGlobal(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user