GWM : token expiry issue in hr

This commit is contained in:
Gowtham M 2026-01-08 18:04:11 +05:30
parent a1e8e8b7d4
commit 42bd609ad8

View File

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