You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: synapse/res/templates/sso_redirect_confirm.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@
5
5
<title>SSO redirect confirmation</title>
6
6
</head>
7
7
<body>
8
-
<p>The application at <spanstyle="font-weight:bold">{{ display_url | e }}</span> is requesting full access to your <spanstyle="font-weight:bold">{{ server_name }}</span> Matrix account.</p>
8
+
<p>The application at <spanstyle="font-weight:bold">{{ display_url }}</span> is requesting full access to your <spanstyle="font-weight:bold">{{ server_name }}</span> Matrix account.</p>
9
9
<p>If you don't recognise this address, you should ignore this and close this tab.</p>
10
10
<p>
11
-
<ahref="{{ redirect_url | e }}">I trust this address</a>
11
+
<ahref="{{ redirect_url }}">I trust this address</a>
0 commit comments