Graphical PDS migrator for AT Protocol

well um i well lets not

Changed files
+3 -2
islands
+2 -1
deno.json
···
"unstable": [
"kv",
"otel"
-
]
+
],
+
"nodeModulesDir": "auto"
}
+1 -1
islands/LoginSelector.tsx
···
*/
export default function LoginMethodSelector() {
const [loginMethod, setLoginMethod] = useState<"oauth" | "password">(
-
"oauth",
+
"password",
);
return (