From 26df54a09d7e195d0e33266e0b34f8e11d072277 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 03:24:42 +0900 Subject: feat(client): remove registration page --- src/client/pages/LoginPage.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/client/pages/LoginPage.tsx') diff --git a/src/client/pages/LoginPage.tsx b/src/client/pages/LoginPage.tsx index f72a6da..cc59105 100644 --- a/src/client/pages/LoginPage.tsx +++ b/src/client/pages/LoginPage.tsx @@ -1,5 +1,5 @@ import { type FormEvent, useEffect, useState } from "react"; -import { Link, useLocation } from "wouter"; +import { useLocation } from "wouter"; import { ApiClientError, useAuth } from "../stores"; export function LoginPage() { @@ -74,9 +74,6 @@ export function LoginPage() { {isSubmitting ? "Logging in..." : "Login"} -

- Don't have an account? Register -

); } -- cgit v1.2.3-70-g09d2