mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-13 19:18:41 +00:00
fix view l11n
This commit is contained in:
parent
aeb22765cd
commit
efaed7968f
|
|
@ -169,6 +169,8 @@ final class AccountMapper extends DataMapperAbstract
|
||||||
|
|
||||||
$result = $result[0];
|
$result = $result[0];
|
||||||
|
|
||||||
|
// @todo: implement account tries
|
||||||
|
|
||||||
if ($result['account_tries'] <= 0) {
|
if ($result['account_tries'] <= 0) {
|
||||||
return LoginReturnType::WRONG_INPUT_EXCEEDED;
|
return LoginReturnType::WRONG_INPUT_EXCEEDED;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user