- Service Worker
- Indexdb
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user