submissions

This commit is contained in:
Виталий Лавшонок
2025-11-02 23:41:23 +03:00
parent 235b2c16bd
commit f6c681c038
26 changed files with 589 additions and 298 deletions

View File

@@ -25,7 +25,6 @@ const Login = () => {
// После успешного логина
useEffect(() => {
console.log(submitClicked);
dispatch(setMenuActivePage("account"))
}, []);
@@ -37,7 +36,6 @@ const Login = () => {
const handleLogin = () => {
// setErr(err == "" ? "Неверная почта и/или пароль" : "");
// console.log(123);
setSubmitClicked(true);
if (!username || !password) return;