diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-02-23 16:08:43 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-02-23 16:08:43 +0000 |
commit | e6363857d04b5ae4594d5e3358763a6f3706cfc1 (patch) | |
tree | e9257919942378f6261720c64f7573d359301490 /static/client/register/register_config.sample.js | |
parent | Actually treat this as static content, not random Resources. (diff) | |
download | synapse-e6363857d04b5ae4594d5e3358763a6f3706cfc1.tar.xz |
Add core registration html/js
Diffstat (limited to 'static/client/register/register_config.sample.js')
-rw-r--r-- | static/client/register/register_config.sample.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/client/register/register_config.sample.js b/static/client/register/register_config.sample.js new file mode 100644 index 0000000000..c7ea180dee --- /dev/null +++ b/static/client/register/register_config.sample.js @@ -0,0 +1,3 @@ +window.matrixRegistrationConfig = { + recaptcha_public_key: "YOUR_PUBLIC_KEY" +}; |