We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4a11d commit f1ebdaeCopy full SHA for f1ebdae
src/contexts/EmbeddedWalletContext.tsx
@@ -39,7 +39,6 @@ export function WalletProvider({ children }: { children: ReactNode }) {
39
const [isAuthenticated, setIsAuthenticated] = useState<boolean>(false);
40
const [isLoading, setIsLoading] = useState<boolean>(true);
41
const [userInfo, setUserInfo] = useState<any | null>(null);
42
-
43
const { logToConsole } = useConsole();
44
const router = useRouter();
45
0 commit comments