bug fixes for fly server

This commit is contained in:
JBB0807 2025-05-02 18:34:20 -07:00
parent 00c14f4eeb
commit 12f81acbf2
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@ const Navbar = () => {
const menuRef = useRef(null);
async function handleLogout() {
window.open("http://localhost:8080/auth/logout", "_self");
window.open(`${authUrl}/auth/logout`, "_self");
};
useEffect(() => {