google recaptcha test

This commit is contained in:
omair saleh
2022-08-14 17:05:56 +08:00
parent d008219602
commit cb2ffebbdd
9 changed files with 105 additions and 108 deletions
@@ -17,7 +17,6 @@ class UserAuthenticationController
* @return JsonResponse
*/
public function authenticate(Request $request, AuthenticateUserLogic $logic): JsonResponse {
// dd(GoogleReCaptchaV3::verifyResponse($request->input('gRecaptchaResponse')));
return $logic->execute($request);
}