fix : connexion Conducteur

This commit is contained in:
2026-03-30 15:05:48 +02:00
parent 1a71ff6834
commit c56b35c6b5
6 changed files with 21 additions and 11 deletions

View File

@@ -2,4 +2,5 @@ export type UserData = {
id: number
username: string
roles: string[]
isDriver: boolean
}