From 31599d0ec160f6118f6fe428561b1c0032070a35 Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Sat, 18 Apr 2026 21:54:49 +0800 Subject: [PATCH] fix(auth): unify login/register error copy without duplicate toast Made-with: Cursor --- app/pages/login/index.vue | 18 ++++++------------ app/pages/register/index.vue | 18 ++++++------------ 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue index 82ce345..e5c2276 100644 --- a/app/pages/login/index.vue +++ b/app/pages/login/index.vue @@ -1,6 +1,5 @@