comparison mod_http_oauth2/html/consent.html @ 5227:0dcd956d7bc5

mod_http_oauth2: Close site header tags
author Kim Alvefur <zash@zash.se>
date Thu, 09 Mar 2023 13:15:13 +0100
parents aaa64c647e12
children 7acf73d2ebb5
comparison
equal deleted inserted replaced
5226:1756c0f929f5 5227:0dcd956d7bc5
10 <main> 10 <main>
11 {state.error&<div class="error"> 11 {state.error&<div class="error">
12 <p>{state.error}</p> 12 <p>{state.error}</p>
13 </div>} 13 </div>}
14 14
15 <h1>{site_name}<h1> 15 <h1>{site_name}</h1>
16 <h2>Authorize new application</h2> 16 <h2>Authorize new application</h2>
17 <p>A new application wants to connect to your account.</p> 17 <p>A new application wants to connect to your account.</p>
18 <dl> 18 <dl>
19 <dt>Name</dt> 19 <dt>Name</dt>
20 <dd>{client.client_name}</dd> 20 <dd>{client.client_name}</dd>