misc: removed unnecessary set state

This commit is contained in:
Sheen Capadngan
2024-05-29 00:58:29 +08:00
parent 0371a57548
commit 4c7e218d0d

View File

@@ -155,7 +155,6 @@ export const PasswordStep = ({
text: err.response.data.message,
type: "error"
});
setIsLoading(false);
return;
}