This commit is contained in:
MTG2000
2022-06-09 13:40:42 +03:00
parent e7b341fc2d
commit 8937cf67a4

View File

@@ -38,6 +38,8 @@ const isLoggedInHandler = async (req, res) => {
httpOnly: true,
})
.json({
hash,
token,
logged_in: true
});
// console.log(payload);