comparison mod_http_oauth2/html/oob.html @ 5653:62c6e17a5e9d

Merge
author Stephen Paul Weber <singpolyma@singpolyma.net>
date Mon, 18 Sep 2023 08:24:19 -0500
parents 401356232e1b
children
comparison
equal deleted inserted replaced
5652:eade7ff9f52c 5653:62c6e17a5e9d
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <title>{site_name} - Authorization Code</title>
7 <link rel="stylesheet" href="style.css" />
8 </head>
9 <body>
10 <header>
11 <h1>{site_name}</h1>
12 </header>
13 <main>
14 <h2>Your Authorization Code</h2>
15 <p>Here’s your authorization code, copy and paste it into {client.client_name}</p>
16 <div class="oob">
17 <p><input readonly="" name="authorization_code" value="{authorization_code}" aria-label="Authorization Code"></p>
18 </div>
19 </main>
20 </body>
21 </html>