Untitled

 avatar
unknown
plain_text
5 months ago
295 B
4
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