Software /
code /
prosody-modules
Comparison
mod_register_web/templates/hcaptcha.html @ 4440:95262bd1bcb2
mod_register_web: Add hCaptcha provider
author | Michel Le Bihan <michel@lebihan.pl> |
---|---|
date | Mon, 15 Feb 2021 21:04:19 +0100 |
comparison
equal
deleted
inserted
replaced
4439:6ae1c7b9c58b | 4440:95262bd1bcb2 |
---|---|
1 <tr> | |
2 <td colspan="2"> | |
3 <script src="https://hcaptcha.com/1/api.js" async defer></script> | |
4 <div class="h-captcha" data-sitekey="{captcha_public_key}"></div> | |
5 </td> | |
6 </tr> |