test recaptcha

This commit is contained in:
omair saleh
2022-08-11 23:40:27 +08:00
parent 89665a3c3a
commit 3826062802
2 changed files with 7 additions and 7 deletions
@@ -17,7 +17,7 @@ class UserAuthenticationController
* @return JsonResponse
*/
public function authenticate(Request $request, AuthenticateUserLogic $logic): JsonResponse {
dd(GoogleReCaptchaV3::verifyResponse($request->input('gRecaptchaResponse')));
// dd(GoogleReCaptchaV3::verifyResponse($request->input('gRecaptchaResponse')));
return $logic->execute($request);
}