mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
API model updates, as well as general model updates and code fixes.
This commit is contained in:
@@ -121,7 +121,7 @@ class APISecretToken extends Authorization
|
||||
// Log the Route Access
|
||||
APILogService::log($request, null, true);
|
||||
|
||||
return Auth::loginUsingId($key->user);
|
||||
return Auth::loginUsingId($key->user_id);
|
||||
}
|
||||
|
||||
protected function _generateHMAC($body, $key)
|
||||
|
||||
Reference in New Issue
Block a user