diff options
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" +}; |