mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 06:26:29 +02:00
🐛 fixing profile data and some QA issues
This commit is contained in:
@@ -27,7 +27,7 @@ export type Database = {
|
||||
is_validated: boolean
|
||||
last_validation_date: string | null
|
||||
lastname: string | null
|
||||
mail: string
|
||||
email: string
|
||||
pel_editions: number[]
|
||||
phone_number: number | null
|
||||
picture_url: string | null
|
||||
@@ -49,7 +49,7 @@ export type Database = {
|
||||
is_validated?: boolean
|
||||
last_validation_date?: string | null
|
||||
lastname?: string | null
|
||||
mail: string
|
||||
email: string
|
||||
pel_editions?: number[]
|
||||
phone_number?: number | null
|
||||
picture_url?: string | null
|
||||
@@ -71,7 +71,7 @@ export type Database = {
|
||||
is_validated?: boolean
|
||||
last_validation_date?: string | null
|
||||
lastname?: string | null
|
||||
mail?: string
|
||||
email?: string
|
||||
pel_editions?: number[]
|
||||
phone_number?: number | null
|
||||
picture_url?: string | null
|
||||
|
Reference in New Issue
Block a user