GWM : token expiry issue in hr

This commit is contained in:
Gowtham M 2026-01-08 18:04:48 +05:30
parent f76c06179c
commit 1c112b630b

View File

@ -104,6 +104,7 @@ class AuthJWT implements FilterInterface
$model = new EmployeeModel();
} else {
$model = new LevelContactModel();
$id = $decoded['post_hr_id'] ?? null;
}
$user = $model->find($id);