diff --git a/src/components/AuthPages/VerifyLink/index.jsx b/src/components/AuthPages/VerifyLink/index.jsx index 70b6f5a..3ae549f 100644 --- a/src/components/AuthPages/VerifyLink/index.jsx +++ b/src/components/AuthPages/VerifyLink/index.jsx @@ -12,7 +12,7 @@ export default function VerifyLink() { const navigate = useNavigate() const location = useLocation(); const queryParams = new URLSearchParams(location?.search) - const token = queryParams.get('vlink') + const token = queryParams.get('vlnk') const verifyEmail = useCallback( async (code) => {