mod_http_oauth2/html/device.html
changeset 5612 1893ae742f66
parent 5593 7040d0772758
child 5627 8de02381e80a
equal deleted inserted replaced
5611:ad9b8f659c96 5612:1893ae742f66
     9 <body>
     9 <body>
    10 	<main>
    10 	<main>
    11 	<h1>{site_name}</h1>
    11 	<h1>{site_name}</h1>
    12 	<fieldset>
    12 	<fieldset>
    13 	<legend>Device Authorization</legend>
    13 	<legend>Device Authorization</legend>
       
    14 	{error&<div class="error">
       
    15 		<p>{error.text}</p>
       
    16 	</div>}
    14 {client&
    17 {client&
    15 	<p>Authorization completed. You can go back to
    18 	<p>Authorization completed. You can go back to
    16 	<em>{client.client_name}</em>.</p>}
    19 	<em>{client.client_name}</em>.</p>}
    17 {client~
    20 {client~
    18 	<p>Enter the code to continue.</p>
    21 	<p>Enter the code to continue.</p>