converted most TODOa to issues
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user