fix: forgot about this

This commit is contained in:
Juan Di Toro 2023-11-05 16:24:31 +01:00
parent 8e2b553aad
commit 65ddb0cb43
1 changed files with 1 additions and 2 deletions

View File

@ -230,8 +230,7 @@ async function bootup() {
}
function LoginDash() {
// const { isLoggedIn } = useAuth();
const isLoggedIn = false;
const { isLoggedIn } = useAuth();
const { ready, inited } = useLumeStatus();
return (