From 568de8c8ec3a6721d01c15b19ae9244625d647a7 Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Thu, 26 Jan 2023 15:17:09 +0100 Subject: [PATCH] invalid credential details --- src/components/AuthPages/Login/index.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 8bd7742..b806ecd 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -122,9 +122,8 @@ export default function Login() { - {loginError &&

Invalid Credential

} + {loginError &&

Invalid username or password

}