]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/AuthController.php
Increased LDAP testing and fixed any Auth-based bugs found
[bookstack] / app / Http / Controllers / Auth / AuthController.php
index d601b4985f9469fedded73b32907ab58420fb02b..fef87d5c87cff3a6759a6b835c0eb496fc29d79d 100644 (file)
@@ -191,6 +191,7 @@ class AuthController extends Controller
         }
 
         $newUser->email_confirmed = true;
+
         auth()->login($newUser);
         session()->flash('success', 'Thanks for signing up! You are now registered and signed in.');
         return redirect($this->redirectPath());