mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
15 lines
401 B
HTML
15 lines
401 B
HTML
<html>
|
|
<head>
|
|
<title>Authentication</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<p>
|
|
A client is trying to {{ description | e }}. To confirm this action,
|
|
<a href="{{ redirect_url | e }}">re-authenticate with single sign-on</a>.
|
|
If you did not expect this, your account may be compromised!
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|