mirror of
https://bitbucket.org/tagfer_team/tagfer-server.git
synced 2025-12-25 03:37:38 +00:00
T-954157790482088: change from user.tagferId to user.uid
- in this context user.uid is the tagferId
This commit is contained in:
parent
060154fa3e
commit
5a5bda6bb3
@ -110,7 +110,7 @@ function signup(req, res) {
|
||||
authDao.createNewUser(user).then( user => {
|
||||
const sessionId = authDao.createNewSessionId(user.uid);
|
||||
try {
|
||||
profileDao.createInitialProfiles(profile,user.tagferId).then (() => {
|
||||
profileDao.createInitialProfiles(profile,user.uid).then (() => {
|
||||
res.json({sessionId});
|
||||
}).catch((error) => {
|
||||
res.status(http.BAD_REQUEST).json({error});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user