Software /
code /
prosody-modules
Diff
mod_http_oauth2/html/oob.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 | 5642:6109496a7ccc |
child | 5653:401356232e1b |
line wrap: on
line diff
--- a/mod_http_oauth2/html/oob.html Mon Aug 07 22:52:14 2023 +0200 +++ b/mod_http_oauth2/html/oob.html Tue Aug 08 17:04:50 2023 +0200 @@ -14,7 +14,7 @@ <h2>Your Authorization Code</h2> <p>Here’s your authorization code, copy and paste it into {client.client_name}</p> <div class="oob"> - <p><input readonly name="authorization_code" value="{authorization_code}"></p> + <p><input readonly="" name="authorization_code" value="{authorization_code}" aria-label="Authorization Code"></p> </div> </main> </body>