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
@@ -35,6 +35,7 @@ export const createUserAction = userAction
|
||||
email: parsedInput.email,
|
||||
theme: "dark",
|
||||
role: "user",
|
||||
password: ""
|
||||
};
|
||||
|
||||
if (isPasswordAuthEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user