Mercurial > prosody-modules
diff mod_http_oauth2/html/device.html @ 5631:f889ff779571
mod_http_oauth2: Improve templates
XML-ness by avoiding value-less attributes or whatever they're called
Plus some Aria label tweaks
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 08 Aug 2023 17:04:50 +0200 |
parents | e86a1018cdb3 |
children | 401356232e1b |
line wrap: on
line diff
--- a/mod_http_oauth2/html/device.html Mon Aug 07 22:52:14 2023 +0200 +++ b/mod_http_oauth2/html/device.html Tue Aug 08 17:04:50 2023 +0200 @@ -24,7 +24,7 @@ {client~ <p>Enter the code to continue.</p> <form method="get"> - <input type="text" name="user_code" placeholder="XXXX-XXXX" aria-label="user-code" required="" /> + <input type="text" name="user_code" placeholder="XXXX-XXXX" aria-label="Code" required="" /> <button type="submit">Continue</button> </form>} </fieldset>