Mercurial > prosody-modules
comparison mod_http_oauth2/html/error.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> | 1 <!DOCTYPE html> |
2 <html> | 2 <html lang="en"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8" /> |
5 <meta name="viewport" content="width=device-width, initial-scale=1" /> | 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 <title>{site_name} - Error</title> | 6 <title>{site_name} - Error</title> |
7 <link rel="stylesheet" href="style.css"> | 7 <link rel="stylesheet" href="style.css" /> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 <header> | |
11 <h1>{site_name}</h1> | |
12 </header> | |
10 <main> | 13 <main> |
11 <h1>{site_name}<h1> | |
12 <h2>Authentication error</h2> | 14 <h2>Authentication error</h2> |
13 <p>There was a problem with the authentication request. If you were trying to sign in to a | 15 <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> | 16 third-party application, you may want to report this issue to the developers.</p> |
15 <div class="error"> | 17 <div class="error"> |
16 <p>{error.text}</p> | 18 <p>{error.text}</p> |