this repo has no description
0
fork

Configure Feed

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

Add saved handle

uwx de5f93f9 721110d2

+2 -2
+2 -2
public/main.tsx
··· 8 8 import { compress, decompress } from "qfs-compression"; 9 9 import { createPortal } from "preact/compat"; 10 10 import { kinkText as kinkTextContent } from "./kinks"; 11 - import { oauthClient, user } from "./atproto/signed-in-user"; 11 + import { oauthClient, savedHandle, user } from "./atproto/signed-in-user"; 12 12 13 13 const root = document.querySelector("#root"); 14 14 ··· 837 837 } 838 838 839 839 if (!user.value) { 840 - const handle = prompt("Enter your ATProto handle:"); 840 + const handle = prompt("Enter your ATProto handle:", savedHandle.value || ""); 841 841 842 842 if (!handle) { 843 843 return;