Untitled
unknown
plain_text
3 years ago
94 B
5
Indexable
const { search } = useLocation(); const userEmail = new URLSearchParams(search).get("email");
Editor is loading...
const { search } = useLocation(); const userEmail = new URLSearchParams(search).get("email");