Skip to content

Commit 1cf8e28

Browse files
authored
Merge pull request #34 from precious112/dev
Dev
2 parents 3e07fc6 + 0b156fa commit 1cf8e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.listen(port, async () => {
2222
email,
2323
firstName: "Offline",
2424
lastName: "User",
25-
password: null, // No password needed for offline user
25+
password: null, // No password needed for offline user
2626
},
2727
});
2828
logger.info("Offline user created successfully.");

0 commit comments

Comments
 (0)