We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007199d commit 9f5e003Copy full SHA for 9f5e003
backend/setup.js
@@ -37,7 +37,7 @@ const setupDefaultUser = async () => {
37
38
const data = {
39
is_deleted: 0,
40
- email: email,
+ email: initialAdminEmail,
41
name: "Administrator",
42
nickname: "Admin",
43
avatar: "",
@@ -53,7 +53,7 @@ const setupDefaultUser = async () => {
53
.insert({
54
user_id: user.id,
55
type: "password",
56
- secret: password,
+ secret: initialAdminPassword,
57
meta: {},
58
});
59
0 commit comments