]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ForgotPasswordController.php
Updated npm dependancies
[bookstack] / app / Http / Controllers / Auth / ForgotPasswordController.php
index a3c0433a56f9e4af9d574ae0446edac02dbd5c1f..a60fcc1c9a6142d450d318375a930e0fce294994 100644 (file)
@@ -30,6 +30,7 @@ class ForgotPasswordController extends Controller
     public function __construct()
     {
         $this->middleware('guest');
+        $this->middleware('guard:standard');
         parent::__construct();
     }