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