Skip to content
Snippets Groups Projects
Commit 4a125a1b authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

feat: add name and surname in token

parent 29b9f30e
No related branches found
No related tags found
3 merge requests!27Recette,!26Dev,!23feat: add name and surname in token
......@@ -29,6 +29,8 @@ export class AuthService {
return {
username: user.email,
name: user.name,
surname: user.surname,
...token,
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment