Loading backend/src/lib/api.ts +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ app.post("/login/step/username", async (req, res) => { error: "username is not a string", }); } username = req.body.username; username = req.body.username.toLowerCase(); req.session.login.username = username; // this is the prompt for the user Loading Loading
backend/src/lib/api.ts +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ app.post("/login/step/username", async (req, res) => { error: "username is not a string", }); } username = req.body.username; username = req.body.username.toLowerCase(); req.session.login.username = username; // this is the prompt for the user Loading