diff --git a/web/src/pages/login.tsx b/web/src/pages/login.tsx index 291e253d..a23d0e3e 100644 --- a/web/src/pages/login.tsx +++ b/web/src/pages/login.tsx @@ -147,7 +147,7 @@ export function LoginPage() { onClick={() => setShowPassword((current) => !current)} className="absolute inset-y-0 right-0 flex w-12 items-center justify-center text-muted-foreground transition-colors hover:text-foreground" > - {showPassword ? : } + {showPassword ? : } {fieldErrors.password ? (