After redirecting my user, the user cant go to login page again

im using the api.redirect.sendUserTo() to redirect my user to the waiting list page in case the user its not allowed by white list, but after that, when the user tries to login again (eg he is on white list but logged in with the wrong email), he falls into the redirect link, and i want to send him to login again. I cleared all cookies, but when auth0 calls /authorize, the user goes to my waiting list again. Is there any way to fix it?