Software / code / prosody-modules
Diff
mod_http_oauth2/html/login.html @ 5649: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 |
| parent | 5648:2a31ee81e816 |
| child | 5653:401356232e1b |
line wrap: on
line diff
--- a/mod_http_oauth2/html/login.html Mon Aug 07 22:52:14 2023 +0200 +++ b/mod_http_oauth2/html/login.html Tue Aug 08 17:04:50 2023 +0200 @@ -20,8 +20,10 @@ <legend>Sign in</legend> <p>Sign in to your account to continue.</p> <form method="post"> - <input type="text" name="username" placeholder="Username" aria-label="Username" autocomplete="username" required {extra.username_hint~autofocus} {extra.username_hint&value="{extra.username_hint?}"} /><br/> - <input type="password" name="password" placeholder="Password" aria-label="Password" autocomplete="current-password" required {extra.username_hint&autofocus} /><br /> + <input type="text" name="username" placeholder="Username" aria-label="Username" + autocomplete="username" required="" {extra.username_hint~autofocus=""} {extra.username_hint&value="{extra.username_hint?}"} /><br/> + <input type="password" name="password" placeholder="Password" aria-label="Password" + autocomplete="current-password" required="" {extra.username_hint&autofocus=""} /><br /> <input type="submit" value="Sign in" /> </form> </fieldset>