Software /
code /
prosody-modules
Comparison
mod_http_oauth2/html/error.html @ 5208:aaa64c647e12
mod_http_oauth2: Add authentication, consent and error pages
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 06 Mar 2023 09:46:58 +0000 |
child | 5500:8d3e7b201ba4 |
comparison
equal
deleted
inserted
replaced
5207:c72e3b0914e8 | 5208:aaa64c647e12 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
6 <title>{site_name} - Error</title> | |
7 <link rel="stylesheet" href="style.css"> | |
8 </head> | |
9 <body> | |
10 <main> | |
11 <h1>{site_name}<h1> | |
12 <h2>Authentication error</h2> | |
13 <p>There was a problem with the authentication request. If you were trying to sign in to a | |
14 third-party application, you may want to report this issue to the developers.</p> | |
15 <div class="error"> | |
16 <p>{error.text}</p> | |
17 </div> | |
18 </main> | |
19 </body> | |
20 </html> |