summary refs log tree commit diff
path: root/synapse/res/templates/sso_account_deactivated.html
blob: 4eb8db9fb47b85948f4e64e721b04ba6476701b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>SSO account deactivated</title>
</head>
    <body>
        <p>This account has been deactivated.</p>
    </body>
</html>