Commit 488b2366 authored by Grant's avatar Grant
Browse files

remove comment of already fixed issue

parent 0b60f06f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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) {