]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/UserController.php
Update settings.php
[bookstack] / app / Http / Controllers / UserController.php
index c7a7c5646cb5097dafbc04c46cf1ea390a91db82..8191fbfe276226ab70bed45825d470b353905b88 100644 (file)
@@ -98,7 +98,6 @@ class UserController extends Controller
             $this->userRepo->setUserRoles($user, $roles);
         }
 
-        // TODO - Check this uses new profile assignment
         $this->userRepo->downloadAndAssignUserAvatar($user);
 
         return redirect('/settings/users');
@@ -369,5 +368,4 @@ class UserController extends Controller
 
         return redirect()->back(302, [], "/settings/users/$userId");
     }
-
 }