CC-4865: Password reset -> Cancel -> url is missing base directory
-removed extra '/'
This commit is contained in:
parent
517a58bc43
commit
634a6991ce
|
@ -1,3 +1,3 @@
|
|||
function redirectToLogin(){
|
||||
window.location = baseUrl+"/Login"
|
||||
window.location = baseUrl+"Login"
|
||||
}
|
Loading…
Reference in New Issue