mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 14:49:33 +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', [
|
$access_token = $client->getOAuth2Provider()->getAccessToken('password', [
|
||||||
'username' => $user,
|
'username' => $user,
|
||||||
'password' => $password
|
'password' => $password
|
||||||
];
|
]);
|
||||||
return $this->saveToken($app_name, $access_token);
|
return $this->saveToken($app_name, $access_token);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue