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/api/types.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/api/types.ts') diff --git a/src/client/api/types.ts b/src/client/api/types.ts index 1ba3624..d5df182 100644 --- a/src/client/api/types.ts +++ b/src/client/api/types.ts @@ -9,10 +9,6 @@ export interface AuthResponse { user: User; } -export interface RegisterResponse { - user: User; -} - export interface ApiError { error: string; code?: string; -- cgit v1.2.3-70-g09d2