Untitled
Anonymous
plain_text
11/09/2022 8:38 PM
128 B
12
Indexable
const { search } = useLocation();
const userEmail = new URLSearchParams(search).get("email");Editor is loading...
const { search } = useLocation();
const userEmail = new URLSearchParams(search).get("email");