Backend Service

This commit is contained in:
2019-03-12 13:37:57 +00:00
parent 40422fa4a1
commit 30e45993f5
@@ -23,6 +23,10 @@ class Login extends Web_Controller {
$loginResult = false; // reset again for real login
$loginResult = $this->loginUser($data, $outData);
if (true == $loginResult) {
$out = array();
$this->load->model('patient_model');
$out = $this->patient_model->getPatientList();
$data["patient_list"] = $out["patient_list"];
$this->renderProviderSecurePage('dash', $data);
}
}// if valid input was supplied