Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ceac1d7352
@ -2906,7 +2906,7 @@ class EmployeeController extends AdminController
|
||||
}
|
||||
|
||||
|
||||
$emp_history['created_at'] = date("d-m-Y H:i:s", strtotime($emp_history['created_at']));
|
||||
$emp_history['created_at'] = date("d/m/Y H:i:s", strtotime($emp_history['created_at']));
|
||||
}
|
||||
|
||||
unset($emp_history);
|
||||
|
||||
@ -91,7 +91,7 @@ class SamlController extends BaseController
|
||||
'status' => 'failed',
|
||||
'code' => 404,
|
||||
'data' => '',
|
||||
'message' => 'SAML not configured for this domain',
|
||||
'message' => 'This email is not configured with Microsoft. Please try other login options.',
|
||||
]);
|
||||
}
|
||||
|
||||
@ -147,7 +147,7 @@ class SamlController extends BaseController
|
||||
'code' => 404,
|
||||
'data' => '',
|
||||
'post_enrollment' => ['status' => 'failed', 'code' => 404, 'data' => ''],
|
||||
'message' => 'SAML not configured for this domain',
|
||||
'message' => 'This email is not configured with Microsoft. Please try other login options.',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user