added all pages placeholders

This commit is contained in:
2025-09-22 16:45:50 +03:00
parent 181fe61368
commit e566bd75b8
23 changed files with 251 additions and 61 deletions

View File

@ -17,7 +17,7 @@ const Register = () => {
const navigate = useNavigate();
const location = useLocation();
const searchPath = new URLSearchParams(location.search);
const redirectPath = searchPath.get('to') || "/";
const redirectPath = searchPath.get("to") || "/";
const [usernameEmpty, setUsernameEmpty] = useState(false);
const [passwordEmpty, setPasswordEmpty] = useState(false);