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;
|
const dateValid_value = dateValid.value;
|
||||||
|
|
||||||
//check email
|
//check email
|
||||||
if (!dateValid.classList.contains('is-invalid')) {
|
if (receiverMail.classList.contains('is-invalid')) {
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
icon: "error",
|
icon: "error",
|
||||||
title: "Falsche Email",
|
title: "Falsche Email",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user