angestoepslt: Fix syntax error in client-side email handling after submission

See: #202
This commit is contained in:
Yannik Rödel 2025-10-29 04:37:18 +01:00
parent 3a3d87f72d
commit de266382a5

View file

@ -43,6 +43,5 @@ Falls du _keine E-Mail_ bekommst, prüfe bitte deinen Spam-Ordner.
const email = payload.get("email");
if (email)
document.getElementById("email-hint").innerText = `Kontrolliere auch, ob du die richtige E-Mail-Addrresse angegeben hast: ${email}.`;
if (payload.has())
})();
</script>