Version 2

This commit is contained in:
2026-01-02 21:08:58 +01:00
commit 3c51bf0048
598 changed files with 31242 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<div class="fixed-title">
<h2>Passwort vergessen</h2>
</div>
<div class="center-wrapper">
<div class="center">
<h4>Bitte geben Sie die E-Mail-Adresse ein, unter der Sie das Konto registriert haben</h4>
<div class="form">
<div class="input-wrapper">
<input type="email" name="Email" id="forgot-password-email" oninput="checkIfFilled('forgot-password-email')">
<span>E-Mail-Adresse</span>
</div>
</div>
<button onclick="getContent('action:forgot-password-email')" class="default-button">Weiter</button>
</div>
</div>