Software /
code /
prosody-modules
Changeset
3382:7fc0200183c1
mod_password_reset: Add magic viewport tag to make reset pages mobile-friendly
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 22 Nov 2018 23:31:17 +0000 |
parents | 3381:861ddc74edd9 |
children | 3383:39d48f8bc5b2 |
files | mod_password_reset/password_reset/password_reset.html mod_password_reset/password_reset/password_result.html |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_password_reset/password_reset/password_reset.html Thu Nov 22 17:12:00 2018 +0100 +++ b/mod_password_reset/password_reset/password_reset.html Thu Nov 22 23:31:17 2018 +0000 @@ -2,6 +2,7 @@ <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>
--- a/mod_password_reset/password_reset/password_result.html Thu Nov 22 17:12:00 2018 +0100 +++ b/mod_password_reset/password_reset/password_result.html Thu Nov 22 23:31:17 2018 +0000 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Password reset</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="bootstrap.min.css"> </head> <body>