diff --git a/web/src/auth/login-page.tsx b/web/src/auth/login-page.tsx index 1eedfeb..f658cb6 100644 --- a/web/src/auth/login-page.tsx +++ b/web/src/auth/login-page.tsx @@ -7,6 +7,7 @@ import { useConfig } from "../config/config-context"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; +import { PageTitle } from "@/components/ui/page-title"; /** Accept only a single-leading-slash local path; reject protocol-relative * ("//host") and absolute URLs to avoid an open redirect. */ @@ -46,7 +47,7 @@ export function LoginPage() { return (