mirror of https://github.com/watcha-fr/synapse
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
479 B
18 lines
479 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SSO error</title>
|
|
</head>
|
|
<body>
|
|
<p>Oops! Something went wrong during authentication.</p>
|
|
<p>
|
|
Try logging in again from your Matrix client and if the problem persists
|
|
please contact the server's administrator.
|
|
</p>
|
|
<p>Error: <code>{{ error }}</code></p>
|
|
{% if error_description %}
|
|
<pre><code>{{ error_description }}</code></pre>
|
|
{% endif %}
|
|
</body>
|
|
</html>
|
|
|