Made it possible to disable captcha.
This commit is contained in:
parent
618c925dfa
commit
dde792b97a
@ -19,6 +19,7 @@ public function index(Request $request): View
|
||||
return view('site.feedback.index', [
|
||||
'project' => $request->get('project'),
|
||||
'websiteTranslations' => $request->get('websiteTranslations'),
|
||||
'captcha' => config('app.captcha', false),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user