Skip to content

Commit 2e45479

Browse files
authored
Merge pull request #3049 from faube/demosite-app-recaptcha
Demosite app recaptcha
2 parents c2f6bbd + 60cf51e commit 2e45479

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

recaptcha/demosite/app/static/scripts/component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,6 @@ class RecaptchaDemo extends LitElement {
14181418
"tokenProperties": {
14191419
"action": "${ACTIONS[this.step]}",
14201420
...
1421-
"invalidReason": null,
14221421
"valid": true
14231422
},
14241423
}`

recaptcha/demosite/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ version: "3"
1818
services:
1919
livereload:
2020
image: demosite-livereload
21+
container_name: demosite-livereload
2122
build:
2223
context: "app"
2324
dockerfile: Dockerfile

0 commit comments

Comments
 (0)