Commit 424d1dc3 by G

using the isLoading props for the when authenticating

parent 15fae481
......@@ -140,6 +140,7 @@ const UserLoginScreen: MainStackScreenComponentProps<"userLoginScreen"> = ({ nav
// navigation.navigate("bottomTabs");
submit();
}}
isLoading={authenticationMutation.isPending}
/>
<Button
variant={"lightGray"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment