// Fixes /oauth2 endpoints not requesting a CSS fileif(location.pathname.startsWith("/oauth2/")){constlink=document.createElement("link");link.rel="stylesheet"link.type="text/css"link.href="/assets/40532.f7b1e10347ef10e790ac.css"document.head.appendChild(link)}