]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/LdapService.php
Guest create page: name field autofocus
[bookstack] / app / Auth / Access / LdapService.php
index 2540fe2d821386e591a668f3b460836678d0f1fa..359eeca2f5e863ab229c102a15880cce00580823 100644 (file)
@@ -105,7 +105,7 @@ class LdapService
             'name'  => $this->getUserResponseProperty($user, $displayNameAttr, $userCn),
             'dn'    => $user['dn'],
             'email' => $this->getUserResponseProperty($user, $emailAttr, null),
-            'avatar'=> $thumbnailAttr ? $this->getUserResponseProperty($user, $thumbnailAttr, null) : null,
+            'avatar' => $thumbnailAttr ? $this->getUserResponseProperty($user, $thumbnailAttr, null) : null,
         ];
 
         if ($this->config['dump_user_details']) {