fix login popup

This commit is contained in:
Kieran 2023-07-20 13:27:16 +01:00
parent 0e50290998
commit 0d1761dadf
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -13,7 +13,7 @@ export function LayoutPage() {
const navigate = useNavigate();
const login = useLogin();
const location = useLocation();
const [showLogin, setShowLogin] = useState(true);
const [showLogin, setShowLogin] = useState(false);
function loggedIn() {
if (!login) return;