You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import {useLocation} from "react-router-dom" const location = useLocation(); const redirect = location.search ? location.search.split("=")[1] : "/"; can not working .... using react-router-dom
try using window.location