Merge branch 'main' of https://gitlab2.istic.univ-rennes1.fr/tuvu/hackathon
This commit is contained in:
@@ -51,7 +51,7 @@ export const Login =() =>{
|
||||
email: tokenParsed?.email,
|
||||
nom: tokenParsed?.family_name,
|
||||
prenom: tokenParsed?.given_name,
|
||||
role: "Athlete",
|
||||
role: "athlete",
|
||||
sessions: []
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user