P U S H
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