fix(ShowEnvelope): Logik der E-Mail-Formatprüfung korrigiert
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user