Compare commits

...

2 Commits

Author SHA1 Message Date
Juan Di Toro 8e2b553aad Merge branch 'develop' of git.lumeweb.com:LumeWeb/web3toybox.com into develop 2023-11-05 16:23:15 +01:00
Juan Di Toro e83165b648 fix: login button bug 2023-11-05 16:23:04 +01:00
2 changed files with 5 additions and 3 deletions

View File

@ -40,8 +40,6 @@ import { Card, CardContent, CardHeader } from "@/components/ui/card";
import LogoImg from "@/assets/lume-logo.png";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
import "@lumeweb/sdk/lib/style.css";
import "@/styles/global.css";
let BOOT_FUNCTIONS: (() => Promise<any>)[] = [];
@ -232,7 +230,8 @@ async function bootup() {
}
function LoginDash() {
const { isLoggedIn } = useAuth();
// const { isLoggedIn } = useAuth();
const isLoggedIn = false;
const { ready, inited } = useLumeStatus();
return (

View File

@ -1,5 +1,8 @@
---
import App from "@/components/nft-gallery/App"
// NEVER MOVE THIS, FIXING THE LOGIN BUTTON ERROR
import "@lumeweb/sdk/lib/style.css"
import "@/styles/global.css"
---
<html lang="en">
<head>