diff options
Diffstat (limited to 'Authentication')
-rw-r--r-- | Authentication/Callback/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Authentication/Callback/index.php b/Authentication/Callback/index.php index b68000b..4c591af 100644 --- a/Authentication/Callback/index.php +++ b/Authentication/Callback/index.php @@ -4,7 +4,6 @@ $channel = "private"; $server = "privateauth.equestria.dev"; header("Content-Type: text/plain"); -// TODO: handle errors if (!isset($_GET['code'])) { die(); |