fix(ShowEnvelope): Logik der E-Mail-Formatprüfung korrigiert
This commit is contained in:
parent
f31ece3a59
commit
e87c976e19
@ -160,7 +160,7 @@
|
||||
const dateValid_value = dateValid.value;
|
||||
|
||||
//check email
|
||||
if (!dateValid.classList.contains('is-invalid')) {
|
||||
if (receiverMail.classList.contains('is-invalid')) {
|
||||
Swal.fire({
|
||||
icon: "error",
|
||||
title: "Falsche Email",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user