Software /
code /
prosody-modules
Comparison
mod_http_oauth2/html/error.html @ 5500:8d3e7b201ba4
mod_http_oauth2: Fix closing h1 tag
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 01 Jun 2023 02:33:05 +0200 |
parent | 5208:aaa64c647e12 |
child | 5641:8de02381e80a |
comparison
equal
deleted
inserted
replaced
5499:27d220b14d59 | 5500:8d3e7b201ba4 |
---|---|
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 <main> | 10 <main> |
11 <h1>{site_name}<h1> | 11 <h1>{site_name}</h1> |
12 <h2>Authentication error</h2> | 12 <h2>Authentication error</h2> |
13 <p>There was a problem with the authentication request. If you were trying to sign in to a | 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> | 14 third-party application, you may want to report this issue to the developers.</p> |
15 <div class="error"> | 15 <div class="error"> |
16 <p>{error.text}</p> | 16 <p>{error.text}</p> |