mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Add roles support server and client side
This commit is contained in:
@@ -107,8 +107,9 @@ export const passwordMinLength = 4
|
||||
export type VolunteerWithoutId = Omit<Volunteer, "id">
|
||||
|
||||
export interface VolunteerLogin {
|
||||
id: number
|
||||
jwt: string
|
||||
id: number
|
||||
roles: string[]
|
||||
}
|
||||
|
||||
export interface VolunteerForgot {
|
||||
|
Reference in New Issue
Block a user