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