aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/App.test.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 18:38:57 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 18:38:57 +0900
commit516e26f5ca72f2db724fd68584663c0732c77f77 (patch)
tree9bc589cb64c2c8b6f2f3c1e8b6ff00f868fec15b /src/client/App.test.tsx
parenta2569837aa07ef48f27884fc2869b5be47087a4e (diff)
downloadkioku-516e26f5ca72f2db724fd68584663c0732c77f77.tar.gz
kioku-516e26f5ca72f2db724fd68584663c0732c77f77.tar.zst
kioku-516e26f5ca72f2db724fd68584663c0732c77f77.zip
feat(client): implement Login page with form validation
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 <noreply@anthropic.com>
Diffstat (limited to 'src/client/App.test.tsx')
-rw-r--r--src/client/App.test.tsx2
1 files changed, 1 insertions, 1 deletions
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", () => ({