Mercurial > prosody-modules
view mod_register_web/templates/hcaptcha.html @ 5828:0ee77be396b9
mod_http_muc_log: Remove compat for very old MUC API
room:get_public() first appeared in 0.10.0
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 16 Jan 2024 11:47:22 +0100 |
| parents | 95262bd1bcb2 |
| children |
line wrap: on
line source
<tr> <td colspan="2"> <script src="https://hcaptcha.com/1/api.js" async defer></script> <div class="h-captcha" data-sitekey="{captcha_public_key}"></div> </td> </tr>
