placeholder text update
This commit is contained in:
@@ -31,7 +31,7 @@ export default function Login() {
|
||||
const navigate = useNavigate();
|
||||
const doLogin = () => {
|
||||
if (email !== "" && password !== "") {
|
||||
if (email === "example@quomodosoft.com") {
|
||||
if (email === "support@chiefsoft.com") {
|
||||
localStorage.setItem("email", `${email}`);
|
||||
setLoginLoading(true);
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user