logs
This commit is contained in:
parent
b4ceaa387a
commit
08dc809e9d
|
|
@ -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 | {
|
||||
|
|
|
|||
Loading…
Reference in New Issue