test recaptcha

This commit is contained in:
omair saleh
2022-08-11 23:39:40 +08:00
parent 354f05ab2f
commit 89665a3c3a
@@ -17,7 +17,7 @@ class UserAuthenticationController
* @return JsonResponse
*/
public function authenticate(Request $request, AuthenticateUserLogic $logic): JsonResponse {
Log::info(GoogleReCaptchaV3::verifyResponse($request->input('gRecaptchaResponse')));
dd(GoogleReCaptchaV3::verifyResponse($request->input('gRecaptchaResponse')));
return $logic->execute($request);
}