Skip to content

Commit 0b2ec4f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0388426 + ea3490a commit 0b2ec4f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@ Please check Google site: https://developers.google.com/recaptcha/docs/faq
6767
- High Test coverage, safe and easy to use
6868
- Score Comparision
6969
- Support invisible, corner and inline badge style
70-
- Support multiple reCAPTCHA on the same page for different forms
70+
- Support reCAPTCHA to run on every page
7171
- Support multiple actions to be placed on the same page
7272
- Support custom implementation on config interface
7373
- Support custom implementation on request method interface
7474
- Fully supported Vue component
7575
- IP skip list supported
76-
- Support script to be placed in the background of pages for analytics
7776

7877
## Requirement
7978

@@ -405,6 +404,12 @@ There are two ways you can bind site key to the component.
405404
406405
````
407406

407+
Please remember to refresh token every time you submit the form if needed:
408+
409+
````vue
410+
this.$refs.captcha.execute();
411+
````
412+
408413
### or Add site key directly into GoogleReCaptchaV3 component
409414

410415
Alternatively, I believe most of cases your site key will never be changed, so you could just modify the original published component to have sitekey hard-coded in.

tests/ViewTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function testView3()
8686
$this->assertEquals('', $background);
8787
}
8888

89-
9089
public function testView4()
9190
{
9291
// Create a stub for the SomeClass class.

0 commit comments

Comments
 (0)