Merge branch 'verify-signup' of WrenchBoard/Users-Wrench into master
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user