Completed
Push — master ( 791e0e...f1b065 )
by Tim
31s queued 17s
created
src/Auth/Process/Authorize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.