]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/UserController.php
Got standard form-based registration working
[bookstack] / app / Http / Controllers / UserController.php
index f6a8d13e3c23d7672c8176235242cc68337a7c1a..9923e9d9cead37abe30705bfe328842360cdceb8 100644 (file)
@@ -118,7 +118,6 @@ class UserController extends Controller
         }
 
         if ($request->has('password') && $request->get('password') != '') {
-            //dd('cat');
             $password = $request->get('password');
             $user->password = bcrypt($password);
         }