diff --git a/auth_callback.php b/auth_callback.php index 24d083c..b2a459a 100644 --- a/auth_callback.php +++ b/auth_callback.php @@ -1,25 +1,12 @@ authenticate($_GET['code']); if ($success) { - die('Welcome! Back to home'); + redirect('index.php'); } else { die('Echo error authenticating'); }