Mercurial > prosody-modules
view mod_register_web/templates/hcaptcha.html @ 5664:4b052598e435
mod_push2: restore offline message hook
Filtering is mostly handled in handle_notify_request now
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Thu, 21 Sep 2023 18:47:27 -0500 |
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>