diff --git a/sections/ajax/info.php b/sections/ajax/info.php index 615df371e..262c27f1b 100644 --- a/sections/ajax/info.php +++ b/sections/ajax/info.php @@ -39,6 +39,7 @@ json_print("success", [ 'requiredratio' => $Viewer->requiredRatio(), 'bonusPoints' => $Viewer->bonusPointsTotal(), 'bonusPointsPerHour' => round(new \Gazelle\User\Bonus($Viewer)->hourlyRate(), 2), + 'tokens' => $Viewer->tokenCount(), 'class' => $Viewer->userclassName(), ] ]);