Mercurial > prosody-modules
view mod_password_reset/password_reset/password_result.html @ 4320:8fc16174fec6
mod_cache_c2s_caps: log full JID on all relevant code paths
author | Georg Lukas <georg@op-co.de> |
---|---|
date | Fri, 22 May 2020 09:47:42 +0200 |
parents | 4321c71cc535 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Reset password</title> <link rel="stylesheet" href="bootstrap.min.css"> </head> <body> <div class="container"> <h1>Reset password</h1> <div class="alert {classes}">{message}</div> </div> </body> </html>