autosend and autoverify verification mail
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user