@@ -66,7 +66,7 @@ |
||
66 | 66 | $this->discoveryIdentifier($entity); |
67 | 67 | $this->discoveryUser($entity); |
68 | 68 | } else { |
69 | - $json = json_decode($this->request->getContent(), true); |
|
69 | + $json = json_decode($this->request->getContent(), true); |
|
70 | 70 | $extra_data = isset($json['extra-data']) ? $json['extra-data'] : null; |
71 | 71 | if (!$extra_data) |
72 | 72 | return; |