From 471fa141ce83b87356b1a0c70072be46888cc6aa Mon Sep 17 00:00:00 2001 From: tone Date: Wed, 17 Dec 2025 13:27:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=99=BB=E9=99=86=E9=A1=B5=E9=9D=A2=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/console/login/components/PasswordLoginMode.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/frontend/app/console/login/components/PasswordLoginMode.tsx b/apps/frontend/app/console/login/components/PasswordLoginMode.tsx index 74eadff..be86472 100644 --- a/apps/frontend/app/console/login/components/PasswordLoginMode.tsx +++ b/apps/frontend/app/console/login/components/PasswordLoginMode.tsx @@ -2,10 +2,9 @@ import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import LoginHeader from "./LoginHeader"; import { Label } from "@/components/ui/label" -import { FormEvent, useCallback } from "react"; +import { useCallback } from "react"; import { toast } from "sonner"; import { AuthAPI } from "@/lib/api/client"; -import { handleAPIError } from "@/lib/api/common"; export default function PasswordLoginMode() { const handleForgetPassword = useCallback(() => {