From 516e26f5ca72f2db724fd68584663c0732c77f77 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 18:38:57 +0900 Subject: feat(client): implement Login page with form validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add login form with username/password fields, error handling, and automatic redirect when already authenticated. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/client/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/App.test.tsx') diff --git a/src/client/App.test.tsx b/src/client/App.test.tsx index 4a7af14..f4e3541 100644 --- a/src/client/App.test.tsx +++ b/src/client/App.test.tsx @@ -5,8 +5,8 @@ import { cleanup, render, screen } from "@testing-library/react"; import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; import { Router } from "wouter"; import { memoryLocation } from "wouter/memory-location"; -import { apiClient } from "./api/client"; import { App } from "./App"; +import { apiClient } from "./api/client"; import { AuthProvider } from "./stores"; vi.mock("./api/client", () => ({ -- cgit v1.2.3-70-g09d2