mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 11:38:40 +00:00
start implementing portlets
This commit is contained in:
parent
12ac8340d0
commit
cdf1357c5c
|
|
@ -528,7 +528,8 @@ final class ApiController extends Controller
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->updateModel($request->getHeader()->getAccount(), $old, $account, function() use($account) : void {
|
$this->updateModel($request->getHeader()->getAccount(), $old, $account, function() use($account) : void {
|
||||||
$account->setLoginTries((int) $this->app->appSettings->get(Settings::LOGIN_TRIES));
|
$t = $this->app->appSettings->get(null, Settings::LOGIN_TRIES);
|
||||||
|
$account->setLoginTries((int) $this->app->appSettings->get(null, Settings::LOGIN_TRIES));
|
||||||
AccountMapper::update($account);
|
AccountMapper::update($account);
|
||||||
}, 'account');
|
}, 'account');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user