Skip to content

Commit 91a3470

Browse files
committed
well um i well lets not
1 parent 25400b8 commit 91a3470

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@
7474
"unstable": [
7575
"kv",
7676
"otel"
77-
]
77+
],
78+
"nodeModulesDir": "auto"
7879
}

islands/LoginSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CredLogin from "./CredLogin.tsx";
99
*/
1010
export default function LoginMethodSelector() {
1111
const [loginMethod, setLoginMethod] = useState<"oauth" | "password">(
12-
"oauth",
12+
"password",
1313
);
1414

1515
return (

0 commit comments

Comments
 (0)