fix2
This commit is contained in:
parent
8a3148017d
commit
9027f9b4d3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue