Skip to content

Commit 69afc36

Browse files
committed
add fixme
1 parent d7e0f96 commit 69afc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Routes/SolidIdp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static function respondToRegister() {
110110
header("HTTP/1.1 400 Bad request");
111111
return;
112112
}
113-
$parsedOrigin = parse_url($clientData['redirect_uris'][0]);
113+
$parsedOrigin = parse_url($clientData['redirect_uris'][0]); // FIXME: Should we have multiple origins?
114114
$origin = $parsedOrigin['scheme'] . '://' . $parsedOrigin['host'];
115115
if (isset($parsedOrigin['port'])) {
116116
$origin .= ":" . $parsedOrigin['port'];

0 commit comments

Comments
 (0)