Skip to content

Commit 1ce15fb

Browse files
faubeSita04
andauthored
Restore changes lost to the merge into main (GoogleCloudPlatform#9302)
* Specify a container_name to simplify docker operations. * Remove unhelpful invalidReason from the response. --------- Co-authored-by: Sita Lakshmi Sangameswaran <sita1996@gmail.com>
1 parent 0afbd9a commit 1ce15fb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

recaptcha_enterprise/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_enterprise/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)