AT Protocol OAuth template in Deno, Hono, HTMX
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove extra ` in /

zeudev d74ffe84 0e006c93

+1 -1
+1 -1
main.tsx
··· 43 43 <div style={{ display: "flex", "flex-direction": "column", gap: "0.25em" }}> 44 44 <p>Set up <code>.env</code> file with a <code>COOKIE_SECRET</code> variable</p> 45 45 <code style={{ background: "lightgray", padding: "1em", width: "fit-content" }}> 46 - COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal`] 46 + COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal] 47 47 </code> 48 48 </div> 49 49 </li>