From cd570ed208c4e09307e27f1d2171e2016d0f3ec0 Mon Sep 17 00:00:00 2001
From: yun-zhi-ztl <15071461069@163.com>
Date: Thu, 19 Mar 2026 14:01:23 +0800
Subject: [PATCH] fix(web): swap password visibility toggle eye icons
---
web/src/pages/login.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ? (