This commit is contained in:
2023-12-02 13:09:23 +01:00
parent 098bc97fa4
commit 45da05c9a4
46 changed files with 2889 additions and 5793 deletions

View File

@@ -13,7 +13,8 @@ const onSubmit = async () => {
password: password.value
})
if(error) {
console.log(error)
console.log(error.toString())
alert(error.toString())
} else {
console.log("Login Successful")
router.push("/")