Commit 0b60f06f authored by Grant's avatar Grant
Browse files

fix use before initialization

parent 26c9f212
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ app.post("/login/step/username", async (req, res) => {
      res.send({
        success: true,
        data: {
          session_id: session.id,
          session_id: existing.id,
          account: APub.accountHandle,
        },
      });