public function run()
 {
     $G = new Github();
     if ($_GET['code']) {
         $G->authenticate($_GET['code']);
     }
     header("Location: " . SITE_URL . '/dashboard');
     die;
 }