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:
2018-11-10 14:36:54 -06:00
parent f8885853ab
commit 70832d14e5
7 changed files with 114 additions and 4 deletions

View File

@@ -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,
]);
}
}