Perform actions after admin login controller login action initialization:
This hook is launched after the initialization of the login action in login controller
Hook locations:
Hook type: action
Located in:
Hook::exec(
'actionAdminLoginControllerLoginAfter',
[
'controller' => $this,
'employee' => $this->context->employee,
'redirect' => $url,
]
)