29 lines
1 KiB
HTML
29 lines
1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Bestätige um fortzufahren</title>
|
||
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||
|
<style type="text/css">
|
||
|
{% include "sso.css" without context %}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1>Bestätige um fortzufahren</h1>
|
||
|
<p>
|
||
|
Ein Programm versucht {{ description }}. Zur Bestätigung dieser Aktion authorisiere dein Benutzerkonto erneut mit Cozy Auth.
|
||
|
</p>
|
||
|
<p><strong>
|
||
|
Falls du diese Aktion nicht erwartet hast, könnte dein Benutzerkonto kompromittiert sein.
|
||
|
</strong></p>
|
||
|
</header>
|
||
|
<main>
|
||
|
<a href="{{ redirect_url }}" class="primary-button">
|
||
|
Fahre fort mit {{ idp.idp_name }} <img src="https://auth.cozy.town/static/dist/assets/icons/icon_left_brand.svg">
|
||
|
</a>
|
||
|
</main>
|
||
|
{% include "sso_footer.html" without context %}
|
||
|
</body>
|
||
|
</html>
|