Refactoring user Page in admin panel.

This commit is contained in:
charlesgauthereau
2025-12-30 13:38:01 +01:00
parent 8e3eb32631
commit c18a9da0d3
31 changed files with 1032 additions and 252 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ export type SignUpUser = {
email: string
password: string
callbackURL?: string
role?: string
theme: string
isDefaultPassword: boolean
}