diff options
author | Yash Jipkate <34203227+YashJipkate@users.noreply.github.com> | 2019-10-30 18:00:20 +0530 |
---|---|---|
committer | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-30 12:30:20 +0000 |
commit | 9677613e9cc52af4a31e5f706ad0bec14ca645de (patch) | |
tree | c7b612590e8a8c21082b7bcd0987147653bd776d /changelog.d | |
parent | Fix log line that was printing undefined value (#6278) (diff) | |
download | synapse-9677613e9cc52af4a31e5f706ad0bec14ca645de.tar.xz |
Modify doc to update Google ReCaptcha terms (#6257)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6257.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6257.doc b/changelog.d/6257.doc new file mode 100644 index 0000000000..e985afde0e --- /dev/null +++ b/changelog.d/6257.doc @@ -0,0 +1 @@ +Modify CAPTCHA_SETUP.md to update the terms `private key` and `public key` to `secret key` and `site key` respectively. Contributed by Yash Jipkate. |