autosend and autoverify verification mail

This commit is contained in:
PxlLoewe
2025-05-31 19:15:28 -07:00
parent 2f297ed878
commit ed775afd93
6 changed files with 161 additions and 26 deletions

View File

@@ -13,9 +13,9 @@ export const EmailVerification = () => {
<div role="alert" className="alert alert-warning">
<TriangleAlert />
<div>
<h3 className="font-bold">Email Addresse nicht bestätigt!</h3>
<h3 className="font-bold">E-Mail Adresse nicht bestätigt!</h3>
<div className="text-xs">
Wenn deine Email Addresse nicht bestätigt ist kannst du dich nicht Verbinden
Wir haben dir bereits eine E-Mail gesendet. Wenn deine E-Mail Adresse nicht bestätigt ist, kannst du dich nicht mit der Leitstelle verbinden!
</div>
</div>
<Button
@@ -29,7 +29,7 @@ export const EmailVerification = () => {
setLoading(false);
}}
>
Link senden
Link erneut senden
</Button>
</div>
);