I am using Amazon Cognito for user authentication. After the user is registered verification email is sent to his email address. After clicking on the email link user is prompted with this in his browser Once the user confirmation is completed the page should redirect to my application.
How should I redirect to my application in this registration page?