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/client.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/client/api/client.ts') diff --git a/src/client/api/client.ts b/src/client/api/client.ts index f9b8a61..36a7431 100644 --- a/src/client/api/client.ts +++ b/src/client/api/client.ts @@ -119,13 +119,6 @@ export class ApiClient { } } - async register(username: string, password: string) { - const res = await this.rpc.api.auth.register.$post({ - json: { username, password }, - }); - return this.handleResponse<{ user: { id: string; username: string } }>(res); - } - async login(username: string, password: string): Promise { const res = await this.rpc.api.auth.login.$post({ json: { username, password }, -- cgit v1.2.3-70-g09d2