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:
Heng Sin Low 2013-02-13 17:44:58 +08:00
parent 06ebc462b8
commit 053f63f5f9
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ public class LoginPanel extends Window implements EventListener<Event>
}
logAuthFailure.log(x_Forward_IP, "/webui", userId, loginErrMsg);
Clients.clearBusy();
throw new WrongValueException(loginErrMsg);
}
else