log in error

This commit is contained in:
CHIEFSOFT\ameye
2023-07-08 10:53:58 -04:00
parent 467528835a
commit 22f5bd01d2
+1 -1
View File
@@ -89,7 +89,7 @@ export default function SignUp() {
if (res.status === 200) {
const { data } = res;
if (data && data.acc === "DULPICATE") {
setMsgError("This account has been already created");
setMsgError("Unable to use this username. Please try another username.");
setSignUpLoading(false);
}
if (data && data.status === "1") {