summary refs log tree commit diff
path: root/synapse/res/templates/add_threepid_failure.html
blob: 441d11c846c24266d5b36d998ad7c2dd312e09a9 (plain) (blame)
1
2
3
4
5
6
7
8
<html>
<head></head>
<body>
<p>The request failed for the following reason: {{ failure_reason }}.</p>

<p>No changes have been made to your account.</p>
</body>
</html>