IDEMPIERE-619 Zk: Always show processing prompt when server is processing login request. Fixed processing prompt doesn't goes away when user enter wrong username or password.
This commit is contained in:
parent
06ebc462b8
commit
053f63f5f9
|
@ -541,6 +541,7 @@ public class LoginPanel extends Window implements EventListener<Event>
|
||||||
}
|
}
|
||||||
logAuthFailure.log(x_Forward_IP, "/webui", userId, loginErrMsg);
|
logAuthFailure.log(x_Forward_IP, "/webui", userId, loginErrMsg);
|
||||||
|
|
||||||
|
Clients.clearBusy();
|
||||||
throw new WrongValueException(loginErrMsg);
|
throw new WrongValueException(loginErrMsg);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue