Mercurial > prosody-modules
view mod_register_web/templates/success.html @ 5043:17b87fffdb91
mod_sasl2_bind2: Move <inline> into <bind> feature element
This mirrors the equivalent change in SASL2.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 21 Sep 2022 10:31:50 +0100 |
parents | 6015434f0e05 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Registration succeeded!</title> </head> <body> <h1>Registration succeeded!</h1> <p>Your account is</p> <pre>{jid}</pre> <p>- happy chatting!</p> </body> </html>