fix: forgot about this
This commit is contained in:
parent
8e2b553aad
commit
65ddb0cb43
|
@ -230,8 +230,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 (
|
||||||
|
|
Loading…
Reference in New Issue