Loading backend/src/lib/api.ts +0 −2 Original line number Diff line number Diff line Loading @@ -131,8 +131,6 @@ app.post("/login/step/username", async (req, res) => { // this is the prompt for the user req.session.login.prompt = "ENTER_CODE"; // TODO: prevent spam sending codes to someone const existing = await AuthSession.getActive(`${username}@${instance}`); if (existing) { Loading Loading
backend/src/lib/api.ts +0 −2 Original line number Diff line number Diff line Loading @@ -131,8 +131,6 @@ app.post("/login/step/username", async (req, res) => { // this is the prompt for the user req.session.login.prompt = "ENTER_CODE"; // TODO: prevent spam sending codes to someone const existing = await AuthSession.getActive(`${username}@${instance}`); if (existing) { Loading