diff --git a/src/components/nft-gallery/App.tsx b/src/components/nft-gallery/App.tsx index af2b9d0..025c9cc 100644 --- a/src/components/nft-gallery/App.tsx +++ b/src/components/nft-gallery/App.tsx @@ -230,8 +230,7 @@ async function bootup() { } function LoginDash() { - // const { isLoggedIn } = useAuth(); - const isLoggedIn = false; + const { isLoggedIn } = useAuth(); const { ready, inited } = useLumeStatus(); return (