This commit is contained in:
Alexis Leboeuf
2026-01-08 12:01:56 +01:00
parent ff5750ffae
commit 988a7c16b3
3 changed files with 15 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ export const Login =() =>{
email: tokenParsed?.email,
nom: tokenParsed?.family_name,
prenom: tokenParsed?.given_name,
role: "Athlete",
role: "athlete",
sessions: []
});
}