Skip to content

Commit eca522b

Browse files
authored
Demosite app recaptcha changes (#7706)
* Specify a container_name to simplify docker operations. * Remove unhelpful from the response.
1 parent e65afdb commit eca522b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

recaptcha_enterprise/demosite/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ version: "3"
1717
services:
1818
livereload:
1919
image: demosite-livereload
20+
container_name: demosite-livereload
2021
build:
2122
context: .
2223
dockerfile: Dockerfile

recaptcha_enterprise/demosite/src/main/resources/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
}`

0 commit comments

Comments
 (0)