Untitled

Anonymous
plain_text
10/06/2024 8:08 AM
396 B
14
Indexable
response
      .status(200)
      .json({
        message: "Logged in",
        token: JWTtoken,
        // cokolwiek: "tutaj",
        // wpisze: "sobie",
      })
      .then(() => {
        window.location.href = "/dashboard";
      });
  } catch (error) {
    console.log(error);
Editor is loading...
Leave a Comment