From 486004f3aa3ee86bad523eadf93129add931f744 Mon Sep 17 00:00:00 2001 From: Waqar Ul Zafar Date: Tue, 14 Feb 2023 09:40:06 +0500 Subject: [PATCH] ok --- pages/auth/login.vue | 52 ++++++++++++++++++++++++++++++++++--------- pages/auth/signup.vue | 50 ++++++++++++++++++++++++++++++++++++----- plugins/axios.ts | 8 ++++++- stores/user.js | 10 +++++---- 4 files changed, 98 insertions(+), 22 deletions(-) diff --git a/pages/auth/login.vue b/pages/auth/login.vue index 268f467..92c67fe 100755 --- a/pages/auth/login.vue +++ b/pages/auth/login.vue @@ -14,23 +14,27 @@
-
+
- + +
{{errors.email[0]}}
+
Email or password is wrong, please try again!
- - Forgot Password + + Forgot Password
- +
Don’t have an Account?
@@ -44,22 +48,48 @@