remove log

This commit is contained in:
Warunee Tamkoo 2024-08-28 12:14:38 +07:00
parent 92b85ce4ef
commit 127b545f4b

View file

@ -29,7 +29,6 @@ async function onSubmit() {
},
})
.then(async (res) => {
console.log("res", res.data.result);
setAuthen(res.data.result);
})
.catch((err) => {