Add missing ) to retrieveROPCToken

This commit is contained in:
Marc Kreidler 2025-12-18 16:50:04 +01:00
parent 66cc732082
commit 8df5cfc49e

View file

@ -173,7 +173,7 @@ final class OAuthTokenManager
$access_token = $client->getOAuth2Provider()->getAccessToken('password', [
'username' => $user,
'password' => $password
];
]);
return $this->saveToken($app_name, $access_token);
}
}