Skip to content
Snippets Groups Projects
Commit 522b5fe3 authored by Stephanie Briere Americo's avatar Stephanie Briere Americo
Browse files

Merge branch 'issue/71' into 'develop'

Issue #71: Fix signIn now returns user ID

Closes #71

See merge request !70
parents 79f55548 0538271b
Branches
No related tags found
1 merge request!70Issue #71: Fix signIn now returns user ID
Pipeline #23020 passed
......@@ -133,7 +133,8 @@ export class UserCtrl {
}
res.json({
message: "Authentication successful.",
token: encoded
token: encoded,
id: user.id
});
callback(null);
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment