Removed unused console.log

This commit is contained in:
Tiago Ribeiro
2023-09-07 13:06:39 +01:00
parent f91cd0ca63
commit b1461d1c04
2 changed files with 2 additions and 3 deletions

View File

@@ -64,7 +64,8 @@ export default function Login() {
toast.error("Something went wrong!", {toastId: "server-error"});
}
setIsLoading(false);
});
})
.finally(() => setIsLoading(false));
};
const sendEmailVerification = () => {