models match db column name
parent
0109bfd3c0
commit
f0b5b763d4
|
@ -36,7 +36,7 @@ module.exports = {
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
password: 'string',
|
password: 'string',
|
||||||
accessToken: 'string',
|
accesstoken: 'string',
|
||||||
provider: 'string',
|
provider: 'string',
|
||||||
identifier: 'string',
|
identifier: 'string',
|
||||||
tokens: 'json',
|
tokens: 'json',
|
||||||
|
|
|
@ -54,7 +54,7 @@ module.exports.protocols = {
|
||||||
protocol: 'local',
|
protocol: 'local',
|
||||||
password,
|
password,
|
||||||
user: newUser.id,
|
user: newUser.id,
|
||||||
accessToken: token
|
accesstoken: token
|
||||||
})
|
})
|
||||||
return next(null, token)
|
return next(null, token)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue