From 2d4ee23f2437f5a4724d0fb96c24370dea14a0b2 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 14 May 2024 16:10:09 +0000 Subject: [PATCH] minor logging change --- src/screens/UserLoginScreen.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/screens/UserLoginScreen.tsx b/src/screens/UserLoginScreen.tsx index 1a2f3aa..c7f2594 100644 --- a/src/screens/UserLoginScreen.tsx +++ b/src/screens/UserLoginScreen.tsx @@ -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: onError: (error: AxiosError) => { -- libgit2 0.27.1