logs
This commit is contained in:
parent
b4ceaa387a
commit
08dc809e9d
|
|
@ -5,9 +5,10 @@ import { request } from "~/shared/libs";
|
||||||
|
|
||||||
export const useAuth = () => {
|
export const useAuth = () => {
|
||||||
const WebApp = useWebApp();
|
const WebApp = useWebApp();
|
||||||
|
console.log("👀👀👀 webapp: ", WebApp);
|
||||||
|
|
||||||
return useMutation(["auth"], () => {
|
return useMutation(["auth"], () => {
|
||||||
console.log("👀👀👀 in useMutation - auth");
|
console.log("👀👀👀 in mutation - auth");
|
||||||
|
|
||||||
return request.post<{
|
return request.post<{
|
||||||
connected_wallet: null | {
|
connected_wallet: null | {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue