From 5b201ee333c63a8e4d89fca9626147ba2640b019 Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Thu, 26 Jan 2023 17:45:15 +0100 Subject: [PATCH] invalid credential change --- src/components/AuthPages/Login/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 8be7cc3..8e03bdd 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -132,7 +132,7 @@ export default function Login() { )} - {loginError &&

Invalid Credential

} + {loginError &&

Invalid username or password

}