modified how rental prices are displayed based on user, and added a section for admins to be able to see all automatically
modified user table to drop roles and scopes columns from the database
This commit is contained in:
@@ -167,7 +167,6 @@ class LoginController extends Controller
|
||||
'expires_in' => $eve_user->expiresIn,
|
||||
'access_token' => $eve_user->token,
|
||||
'user_type' => $this->GetAccountType(null, $eve_user->id),
|
||||
'role' => $role,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user