CC-4865: Password reset -> Cancel -> url is missing base directory

-fixed
This commit is contained in:
denise 2013-01-18 15:54:56 -05:00
parent a3a3b85eb6
commit c4b1346f4e

View file

@ -1,3 +1,3 @@
function redirectToLogin(){ function redirectToLogin(){
window.location = "/Login" window.location = baseUrl+"/Login"
} }