summaryrefslogtreecommitdiff
path: root/app/routes.ts
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-20 09:51:12 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-20 09:51:12 +0900
commitd7a8e8a42b752aeaa22315e96b7e5fb69811fdbc (patch)
tree4ef9d41b1db3e8bf21ced831952e7cd29599c7c6 /app/routes.ts
parent077fdc0b950deb018a0470894c700cc4ab83557a (diff)
Move passkey login inline to home page, remove /auth/login routeHEADmaster
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/routes.ts')
-rw-r--r--app/routes.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/routes.ts b/app/routes.ts
index f4577e5..ec730f7 100644
--- a/app/routes.ts
+++ b/app/routes.ts
@@ -5,6 +5,5 @@ export default [
route("/api/posts", "routes/api.posts.tsx"),
route("/api/passkey", "routes/api.passkey.tsx"),
route("/auth/register", "routes/auth.register.tsx"),
- route("/auth/login", "routes/auth.login.tsx"),
route("/auth/logout", "routes/auth.logout.tsx"),
] satisfies RouteConfig;