Merge branch 'dev' into feat/oidc

This commit is contained in:
Théo LAGACHE
2026-02-24 16:49:16 +01:00
35 changed files with 1191 additions and 3598 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
export type SignUpUser = {
name: string
email: string
password: string
password?: string
callbackURL?: string
role?: string
theme: string