user info with the balance
This commit is contained in:
parent
35f8ef3777
commit
fb450d7452
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue