controller:
public function login() { if($this->session->userdata(\'loggedIn\') == true) { redirect(\'profile\'); } if(isset($_GET
Maybe late respond, as you can see when setting up the console, you need to add URL redirect when authenticating, please see image below. Thanks