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 16d33d4 commit a831df7Copy full SHA for a831df7
1 file changed
lib/Server.php
@@ -66,7 +66,7 @@ public static function getConfigClient() {
66
if ($clientId) {
67
$registeredClient = ClientRegistration::getRegistration($clientId);
68
}
69
- if (isset($registeredClient)) {
+ if (isset($registeredClient)) { //FIXME: $registeredClient may be false, what then?
70
return new ConfigClient(
71
$clientId,
72
$registeredClient['client_secret'] ?? '',
0 commit comments