mod_http_oauth2/html/consent.html
changeset 5231 0dcd956d7bc5
parent 5212 aaa64c647e12
child 5274 7acf73d2ebb5
equal deleted inserted replaced
5230:1756c0f929f5 5231: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>