Commit 2d4ee23f by G

minor logging change

parent ba50887e
......@@ -33,8 +33,9 @@ const UserLoginScreen: UnloggedUserStackScreenComponentProps<"userLoginScreen">
// navigation.popToTop();
// navigation.replace("bottomTabs");
// navigation.navigate("bottomTabs");
const userInformations = userInformationsMutation.mutate(data.access);
console.log(userInformations);
console.log("Receive data from authenticateUser, running getUserInformations...");
userInformationsMutation.mutate(data.access);
// console.log("user informations", userInformations);
},
// biome-ignore lint/suspicious/noExplicitAny: <Axios error>
onError: (error: AxiosError<any>) => {
......
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