url redirector code example
Example 1: javascript redirect
window.location.href = "http://mywebsite.com/home.html";
Example 2: redirect url
LOGIN_REDIRECT_URL = 'your_url'
window.location.href = "http://mywebsite.com/home.html";
LOGIN_REDIRECT_URL = 'your_url'