chore: lint
This commit is contained in:
@@ -43,10 +43,10 @@ const Login = () => {
|
|||||||
const submitForm = async (e: any) => {
|
const submitForm = async (e: any) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
if (!email.includes("@")) {
|
if (!email.includes("@")) {
|
||||||
notify("error", "Please enter a valid email.");
|
notify("error", "Please enter a valid email.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user