Skip to content

Commit

Permalink
Merge branch 'main' into renovate/typescript-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kweinmeister authored Mar 21, 2023
2 parents d93f33f + 4000d1a commit 9ed2267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,6 @@ class RecaptchaDemo extends LitElement {
"tokenProperties": {
"action": "${ACTIONS[this.step]}",
...
"invalidReason": null,
"valid": true
},
}`
Expand Down
1 change: 1 addition & 0 deletions recaptcha_enterprise/demosite/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ version: "3"
services:
livereload:
image: demosite-livereload
container_name: demosite-livereload
build:
context: "app"
dockerfile: Dockerfile
Expand Down

0 comments on commit 9ed2267

Please sign in to comment.