fix login popup
This commit is contained in:
parent
0e50290998
commit
0d1761dadf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user