Skip to content

Commit ce32f0b

Browse files
authored
Update auth.js
1 parent 6ba8c39 commit ce32f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ router.post('/auth/:id', async function (req, res) {
433433
}
434434
// Not logged yet: do not send user data
435435
if (need_double_auth){
436-
sentuser = {uid: user.uid}
436+
sentuser = {uid: user.uid};
437437
}
438438
return res.send({ token: usertoken, user: sentuser, message: '', double_auth: need_double_auth });
439439
} catch (err) {

0 commit comments

Comments
 (0)