summary refs log tree commit diff
path: root/synapse/res/templates/add_threepid.html
blob: cc4ab07e0987b95411f5fccc1f38b55da9cff489 (plain) (blame)
1
2
3
4
5
6
7
8
9
<html>
<body>
    <p>A request to add an email address to your Matrix account has been received. If this was you, please click the link below to confirm adding this email:</p>

    <a href="{{ link }}">{{ link }}</a>

    <p>If this was not you, you can safely ignore this email. Thank you.</p>
</body>
</html>