Mercurial > prosody-modules
comparison mod_http_oauth2/html/consent.html @ 5959:111eeffb6adf
mod_http_oauth2: Fix XHTML-ness of template
Ref 8de02381e80a
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 31 Aug 2024 14:45:37 +0200 |
parents | 401356232e1b |
children |
comparison
equal
deleted
inserted
replaced
5958:5f8a306c8306 | 5959:111eeffb6adf |
---|---|
43 <p>To allow <em>{client.client_name}</em> to access your account | 43 <p>To allow <em>{client.client_name}</em> to access your account |
44 <em>{state.user.username}@{state.user.host}</em> and associated data, | 44 <em>{state.user.username}@{state.user.host}</em> and associated data, |
45 select 'Allow'. Otherwise, select 'Deny'. | 45 select 'Allow'. Otherwise, select 'Deny'. |
46 </p> | 46 </p> |
47 | 47 |
48 <input type="hidden" name="user_token" value="{state.user.token}"> | 48 <input type="hidden" name="user_token" value="{state.user.token}" /> |
49 <button type="submit" name="consent" value="denied">Deny</button> | 49 <button type="submit" name="consent" value="denied">Deny</button> |
50 <button type="submit" name="consent" value="granted">Allow</button> | 50 <button type="submit" name="consent" value="granted">Allow</button> |
51 </form> | 51 </form> |
52 </fieldset> | 52 </fieldset> |
53 </main> | 53 </main> |