diff --git a/plugins/vdomah/jwtauth/routes.php b/plugins/vdomah/jwtauth/routes.php index 9123287a5..059f8d97b 100644 --- a/plugins/vdomah/jwtauth/routes.php +++ b/plugins/vdomah/jwtauth/routes.php @@ -46,6 +46,7 @@ Route::group(['prefix' => 'api'], function() { 'username' => $userModel->username, 'email' => $userModel->email, 'is_activated' => $userModel->is_activated, + 'user_balance' => $userModel->user_balance ]; } // if no errors are encountered we can return a JWT