converted most TODOa to issues

This commit is contained in:
2025-05-24 13:38:34 +02:00
parent 1424ec981c
commit 769b9b4ccd
4 changed files with 1 additions and 12 deletions

View File

@ -5,7 +5,6 @@ session_start();
require __DIR__ . '/vendor/autoload.php';
if (empty($_GET['code'])) { //Auth token received by pnut
// TODO: Handle auth errors
die("Error authenticating, did not receive a code");
}