We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc7618 commit ef26ac4Copy full SHA for ef26ac4
solid/lib/Controller/ServerController.php
@@ -109,9 +109,7 @@ private function createAuthServerConfig() {
109
if (isset($_GET['client_id'])) {
110
$clientId = $_GET['client_id'];
111
} else if (isset($_POST['client_id'])) {
112
- if (isset($_POST['refresh_token'])) { // FIXME: Why does the test suite break without this?
113
- $clientId = $_POST['client_id'];
114
- }
+ $clientId = $_POST['client_id'];
115
}
116
$client = $this->getClient($clientId);
117
$keys = $this->getKeys();
0 commit comments