mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: default user from init .env variables (#293)
* fix: default user from init en .env variables * fix: .env.example --------- Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
co-authored by
charles-gauthereau
parent
332540488d
commit
7d463d7da8
+2
-2
@@ -1,11 +1,11 @@
|
||||
|
||||
export type SignUpUser = {
|
||||
name: string
|
||||
email: string
|
||||
password?: string
|
||||
password: string
|
||||
callbackURL?: string
|
||||
role?: string
|
||||
theme: string
|
||||
emailVerified?: boolean
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user