Compare commits
No commits in common. "8e2b553aad39e214c74cc83fb6b88ffb9dded280" and "bfdde977702b156a2000fd6b5184fdb39f3e3396" have entirely different histories.
8e2b553aad
...
bfdde97770
|
@ -40,6 +40,8 @@ import { Card, CardContent, CardHeader } from "@/components/ui/card";
|
||||||
import LogoImg from "@/assets/lume-logo.png";
|
import LogoImg from "@/assets/lume-logo.png";
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
|
import "@lumeweb/sdk/lib/style.css";
|
||||||
|
import "@/styles/global.css";
|
||||||
|
|
||||||
let BOOT_FUNCTIONS: (() => Promise<any>)[] = [];
|
let BOOT_FUNCTIONS: (() => Promise<any>)[] = [];
|
||||||
|
|
||||||
|
@ -230,8 +232,7 @@ async function bootup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function LoginDash() {
|
function LoginDash() {
|
||||||
// const { isLoggedIn } = useAuth();
|
const { isLoggedIn } = useAuth();
|
||||||
const isLoggedIn = false;
|
|
||||||
const { ready, inited } = useLumeStatus();
|
const { ready, inited } = useLumeStatus();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
import App from "@/components/nft-gallery/App"
|
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">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in New Issue