(Add) New Hidden Captcha 🆕

- removed google
This commit is contained in:
HDVinnie
2019-11-10 17:34:34 -05:00
parent 97855cccd4
commit 05206ece0e
16 changed files with 198 additions and 152 deletions
@@ -63,7 +63,7 @@ class ApplicationController extends Controller
'images' => 'min:2',
'links.*' => 'filled',
'links' => 'min:2',
'g-recaptcha-response' => 'required|recaptcha',
'captcha' => 'hiddencaptcha',
]);
}
} elseif (config('email-white-blacklist.enabled') === 'block') {
@@ -86,7 +86,7 @@ class ApplicationController extends Controller
'images' => 'min:2',
'links.*' => 'filled',
'links' => 'min:2',
'g-recaptcha-response' => 'required|recaptcha',
'captcha' => 'hiddencaptcha',
]);
}
} else {
@@ -109,7 +109,7 @@ class ApplicationController extends Controller
'images' => 'min:2',
'links.*' => 'filled',
'links' => 'min:2',
'g-recaptcha-response' => 'required|recaptcha',
'captcha' => 'hiddencaptcha',
]);
}
}