added all pages placeholders
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user