This commit is contained in:
Bill Burke 2016-01-27 23:06:20 -05:00
parent 8a3148017d
commit 9027f9b4d3

View file

@ -183,6 +183,7 @@ public class LoginActionsService {
return false; return false;
} else { } else {
invalidAction(); invalidAction();
return false;
} }
} }
if (!isActionActive(actionType)) return false; if (!isActionActive(actionType)) return false;