From 0ba66b6c60519b097c96d4f487df2a330ac39218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E6=B2=9B=E8=BB=92?= Date: Wed, 8 Oct 2025 00:36:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=BE=A9=E7=99=BB=E5=87=BA?= =?UTF-8?q?=E6=8C=89=E9=88=95=E4=B8=8D=E7=AB=8B=E5=8D=B3=E8=B7=B3=E8=BD=89?= =?UTF-8?q?=E7=9A=84=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 AuthContext.logout() 中添加立即跳轉邏輯 - 確保所有登出操作都會立即跳轉到登入頁面 - 統一登出行為,提升用戶體驗 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/app/review/page.tsx | 8 -------- frontend/contexts/AuthContext.tsx | 2 ++ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/app/review/page.tsx b/frontend/app/review/page.tsx index 2fea1e8..ab5bb75 100644 --- a/frontend/app/review/page.tsx +++ b/frontend/app/review/page.tsx @@ -249,14 +249,6 @@ export default function ReviewPage() { 新增詞卡 - -