Removed unused console.log
This commit is contained in:
@@ -64,7 +64,8 @@ export default function Login() {
|
||||
toast.error("Something went wrong!", {toastId: "server-error"});
|
||||
}
|
||||
setIsLoading(false);
|
||||
});
|
||||
})
|
||||
.finally(() => setIsLoading(false));
|
||||
};
|
||||
|
||||
const sendEmailVerification = () => {
|
||||
|
||||
Reference in New Issue
Block a user