<?php
use function Aviat\AnimeClient\arrayToToml;

if ( ! $auth->isAuthenticated())
{
	echo '<h1>Not Authorized</h1>';
}
?>