summary refs log tree commit diff
path: root/synapse/res/templates/sso_auth_confirm.html
blob: 0d9de9d465282feab16fba8797fe86ee7c1f5e6e (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 | 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>