summary refs log tree commit diff
path: root/synapse/res/templates/sso_auth_confirm.html
blob: 4e7ca3a2eda583c98556d8bec02e3c66e1872a40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
    <title>Authentication</title>
</head>
    <body>
        <div>
            <p>
                A client is trying to {{ description }}. To confirm this action,
                <a href="{{ redirect_url }}">re-authenticate with single sign-on</a>.
                If you did not expect this, your account may be compromised!
            </p>
        </div>
    </body>
</html>