@@ -115,7 +115,7 @@ |
||
| 115 | 115 | $parameters = ['ForceAuthn' => true]; |
| 116 | 116 | |
| 117 | 117 | if (isset($state['\\SimpleSAML\\Auth\\State.restartURL'])) { |
| 118 | - $returnToUrl = $state['\\SimpleSAML\\Auth\\State.restartURL'] ; |
|
| 118 | + $returnToUrl = $state['\\SimpleSAML\\Auth\\State.restartURL']; |
|
| 119 | 119 | $parameters['ReturnTo'] = $returnToUrl; |
| 120 | 120 | } |
| 121 | 121 | |
@@ -189,7 +189,7 @@ |
||
| 189 | 189 | |
| 190 | 190 | if (!$authorize) { |
| 191 | 191 | if ($this->show_user_attribute !== null && array_key_exists($this->show_user_attribute, $attributes)) { |
| 192 | - $userAttribute = $attributes[$this->show_user_attribute][0] ?? null; |
|
| 192 | + $userAttribute = $attributes[$this->show_user_attribute][0] ?? null; |
|
| 193 | 193 | if ($userAttribute !== null) { |
| 194 | 194 | $state['authprocAuthorize_user_attribute'] = $userAttribute; |
| 195 | 195 | } |