Untitled

 avatar
unknown
html
4 years ago
516 B
7
Indexable
<html lang="ru">
    <head>
        <meta charSet="utf-8" />
        <meta
            name="viewport"
            content="width=device-width,maximum-scale=1,initial-scale=1,user-scalable=no,viewport-fit=cover"
        />
    </head>
    <body>
        <script
            dangerouslySetInnerHTML={{ __html: `
                localStorage.setItem('${AUTHORIZATION_STATE_LS_KEY}', '${Number(isUserLoggedIn)}');
                window.close();
            ` }}
            nonce={nonce}
        />
    </body>
</html>
Editor is loading...