-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequire-email-verification-de.html
More file actions
83 lines (70 loc) · 2.98 KB
/
Copy pathrequire-email-verification-de.html
File metadata and controls
83 lines (70 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="ulp-version" content="1.17.85">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="https://cdn.auth0.com/ulp/react-components/1.85.24/css/main.cdn.min.css">
<style id="custom-styles-container">
body {
background: #f1f8f8;
font-family: ulp-font, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
}
.c1d03a9f4 {
background: #f1f8f8;
}
.c69583640.c4b5c24bc, .input.c95fde96a, .error-cloud, .error-fatal, .error-local, #alert-trigger {
background: #50866d;
}
.c6aaf3006, .c6aaf3006 a, .c6aaf3006 a:visited, .c0115708d, .c361842ef {
background-color: #50866d;
color: #ffffff;
}
/* E-Mail-Icon Stil */
.email-icon {
display: inline-block;
background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230A8852" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>') no-repeat center center;
width: 100px;
height: 100px;
margin-right: 8px;
vertical-align: middle;
margin-bottom: 20px;
}
.c756d092a {
border-color: #50866d;
}
.c4bd31431, .cdf7569c4 {
color: #333;
}
</style>
<noscript>
<style>
.js-required {
display: none !important;
}
</style>
</noscript>
<title>E-Mail-Überprüfung erforderlich</title>
</head>
<body>
<div class="c1d03a9f4 c3e64391c">
<main class="ceb15f524 c600532c5">
<section class="c35a9af6f _prompt-box-outer c1749a24a caf05facf">
<div class="cfe36d5f6 c5f180669">
<div class="c756d092a c55f62f94 cbe324923" data-event-id="">
<div class="c662fcc72 c9d2404c3">
<span class="email-icon"></span>
</div>
<section class="ce0e17f5c c231e2042">
<h1 class="c4bd31431 c27ce3cf1">Ein letzter Schritt!</h1>
<p class="cdf7569c4 c92bc13ee c23249ed4 c2ca4816c c92bc13ee cc53d60ac">Bevor Sie sich anmelden können, muss Ihre E-Mail-Adresse bestätigt werden. Bitte prüfen Sie Ihr E-Mail-Postfach (und ggf. den Spam-Ordner) auf die Bestätigungs-E-Mail und folgen Sie den darin enthaltenen Anweisungen.</p>
</section>
</div>
</div>
</section>
</main>
</div>
</body>
</html>