mirror of https://github.com/apache/cloudstack.git
New UI - Fixed session timeout dialog
This commit is contained in:
parent
7354116517
commit
ca2baddbf4
|
|
@ -279,7 +279,7 @@ $(document).ready(function() {
|
|||
// default is to redisplay the login page
|
||||
if (onLogoutCallback()) {
|
||||
if (refresh) {
|
||||
location.replace('/client/new');
|
||||
location.replace('/client');
|
||||
return false;
|
||||
}
|
||||
$("#account_password").val("");
|
||||
|
|
|
|||
Loading…
Reference in New Issue