it further directs to a page code example
Example 1: Which of the following is the correct way to redirect a user to a new page?
<meta http-equiv="refresh" content="0; URL='http://new-website.com'" />
Example 2: redirect url
LOGIN_REDIRECT_URL = 'your_url'