We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25400b8 commit 91a3470Copy full SHA for 91a3470
deno.json
@@ -74,5 +74,6 @@
74
"unstable": [
75
"kv",
76
"otel"
77
- ]
+ ],
78
+ "nodeModulesDir": "auto"
79
}
islands/LoginSelector.tsx
@@ -9,7 +9,7 @@ import CredLogin from "./CredLogin.tsx";
9
*/
10
export default function LoginMethodSelector() {
11
const [loginMethod, setLoginMethod] = useState<"oauth" | "password">(
12
- "oauth",
+ "password",
13
);
14
15
return (
0 commit comments