article form creator

This commit is contained in:
Виталий Лавшонок
2025-11-04 14:21:14 +03:00
parent 04dbc5eeb1
commit 2e3a8779fc
17 changed files with 266 additions and 107 deletions

View File

@@ -35,6 +35,7 @@ const Register = () => {
if (jwt) {
navigate("/home");
}
console.log(submitClicked);
}, [jwt]);
const handleRegister = () => {