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:
parent
cf0ac9e776
commit
97ed7eaacf
@ -502,7 +502,8 @@ function setLogin(){
|
||||
OpenNebula.Auth.logout({
|
||||
success: function(){
|
||||
window.location.href = "login";
|
||||
}
|
||||
},
|
||||
error: onError
|
||||
});
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user