sign in page ui implemented
This commit is contained in:
committed by
GitHub
parent
0f18202280
commit
3e4c13d87c
@@ -45,6 +45,10 @@ const SignUp = () => {
|
||||
password: "",
|
||||
}));
|
||||
} catch (err: any) {
|
||||
setForm((prevForm) => ({
|
||||
...prevForm,
|
||||
password: "",
|
||||
}));
|
||||
Alert.alert("Error", err?.errors[0]?.longMessage);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user