1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

bug #3165: sign out should redirect to the login page even if the session has expired

This commit is contained in:
Daniel Molina 2014-10-06 15:33:24 +02:00
parent 57be62d978
commit 9cf28861a5

View File

@ -502,7 +502,8 @@ function setLogin(){
OpenNebula.Auth.logout({
success: function(){
window.location.href = "login";
}
},
error: onError
});
return false;