From 5e8a899208d3b7e9f35aedf94f2eed5178a98dad Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 11 Aug 2026 20:32:21 +0200 Subject: [PATCH] feat: implement error handling to login/register --- src/pages/account/login/index.vue | 9 ++------- src/pages/account/register/index.vue | 29 +++++++++++++++------------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue index 435153c..3c3895f 100644 --- a/src/pages/account/login/index.vue +++ b/src/pages/account/login/index.vue @@ -1,6 +1,4 @@