Chat Overlay on global site done - needs to have chat hide still

This commit is contained in:
NigeParis 2026-01-11 13:04:52 +01:00 committed by Maix0
parent d3bd2fce22
commit cd03048cb3
5 changed files with 38 additions and 31 deletions

View file

@ -4,6 +4,7 @@ import cookie from "js-cookie";
import { ensureWindowState } from "@app/utils";
import { navigateTo } from "./routing";
cookie.remove("pkce");
const headerProfile =
document.querySelector<HTMLDivElement>("#header-profile")!;