Skip to content

Commit ef26ac4

Browse files
committed
remove specific flow
1 parent 4fc7618 commit ef26ac4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

solid/lib/Controller/ServerController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ private function createAuthServerConfig() {
109109
if (isset($_GET['client_id'])) {
110110
$clientId = $_GET['client_id'];
111111
} 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-
}
112+
$clientId = $_POST['client_id'];
115113
}
116114
$client = $this->getClient($clientId);
117115
$keys = $this->getKeys();

0 commit comments

Comments
 (0)