mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 14:04:01 +00:00
google recaptcha test
This commit is contained in:
@@ -51,6 +51,7 @@ abstract class AbstractControllerLogic
|
||||
* @return JsonResponse
|
||||
*/
|
||||
public function execute(Request $request) : JsonResponse {
|
||||
dd(GoogleReCaptchaV3::verifyResponse($request->header('captcha-token')));
|
||||
Log::info(serialize(GoogleReCaptchaV3::verifyResponse($request->header('captcha-token'))));
|
||||
try {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user