mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Fix nocaptcha display on login, contact, forgottenpassword and register pages
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user