Fix nocaptcha display on login, contact, forgottenpassword and register pages

This commit is contained in:
DariusIII
2018-05-04 13:29:03 +02:00
parent faae421972
commit 8ba86e184a
18 changed files with 40 additions and 27 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class BasePageController extends Controller
*
* @throws \Exception
*/
public function __construct(Request $request)
public function __construct()
{
$this->middleware('auth')->except('api', 'rss', 'contact', 'showContactForm', 'callback');
// Buffer settings/DB connection.