This commit is contained in:
Oleg Yakovenko 2024-07-14 21:12:42 +03:00
parent b4ceaa387a
commit 08dc809e9d
1 changed files with 2 additions and 1 deletions

View File

@ -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 | {