From 08dc809e9da2ee09fb6b349c8998586572c07517 Mon Sep 17 00:00:00 2001 From: Oleg Yakovenko Date: Sun, 14 Jul 2024 21:12:42 +0300 Subject: [PATCH] logs --- src/shared/services/auth/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/services/auth/index.ts b/src/shared/services/auth/index.ts index 4308a8e..7bb9fae 100644 --- a/src/shared/services/auth/index.ts +++ b/src/shared/services/auth/index.ts @@ -5,9 +5,10 @@ import { request } from "~/shared/libs"; export const useAuth = () => { const WebApp = useWebApp(); + console.log("👀👀👀 webapp: ", WebApp); return useMutation(["auth"], () => { - console.log("👀👀👀 in useMutation - auth"); + console.log("👀👀👀 in mutation - auth"); return request.post<{ connected_wallet: null | {