From 209356b8ade1920b50d1d3a1a5e121c6623d167b Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 11 Nov 2022 23:47:49 +0100 Subject: Update --- Authentication/Callback/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'Authentication') 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(); -- cgit