mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-11 20:59:36 +00:00
Add missing ) to retrieveROPCToken
This commit is contained in:
parent
66cc732082
commit
8df5cfc49e
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ final class OAuthTokenManager
|
|||
$access_token = $client->getOAuth2Provider()->getAccessToken('password', [
|
||||
'username' => $user,
|
||||
'password' => $password
|
||||
];
|
||||
]);
|
||||
return $this->saveToken($app_name, $access_token);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue