1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14: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 committed by Ruben S. Montero
parent cf0ac9e776
commit 97ed7eaacf

View File

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