- Service Worker

- Indexdb
This commit is contained in:
Paolo Arena
2019-02-02 20:13:06 +01:00
parent 484439efe0
commit 3c6b2c7bef
41 changed files with 762 additions and 755 deletions

View File

@@ -10,7 +10,6 @@ import { GlobalStore, UserStore, Todos } from '@store'
const bcrypt = require('bcryptjs')
// State
const state: IUserState = {
userId: '',
@@ -136,7 +135,6 @@ namespace Actions {
}
}
async function resetpwd (context, paramquery: IUserState) {
let call = process.env.MONGODB_HOST + '/updatepwd'
console.log('CALL ' + call)