Untitled
unknown
plain_text
a year ago
295 B
6
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