This commit is contained in:
2022-03-10 22:22:54 -05:00
parent 346073b544
commit 74f3b1d282
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class Home extends WRB_Controller {
$login_links .= 'Continue with ' . $provider . '</a>';
}
$data['login_links'] = $login_links;
$data['login_links'] =''; // $login_links;
//$this->home1('');
$this->load->view('site3/external/view_home', $data);