Skip to content

Commit ba8fbc4

Browse files
committed
UPDATED
1 parent 02d0e70 commit ba8fbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GoogleReCaptchaV3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class GoogleReCaptchaV3
1717
private $config;
1818
private $requestClient;
1919
private $action;
20-
private $defaultFieldView = 'GoogleReCaptchaV3::googlerecaptcha.field';
21-
private $defaultHeaderView = 'GoogleReCaptchaV3::googlerecaptcha.header';
20+
private $defaultFieldView = 'GoogleReCaptchaV3::googlerecaptchav3.field';
21+
private $defaultHeaderView = 'GoogleReCaptchaV3::googlerecaptchav3.header';
2222
private $request;
2323

2424
public function __construct(ReCaptchaConfigV3Interface $config, RequestClientInterface $requestClient)

0 commit comments

Comments
 (0)