mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2026-03-21 22:32:17 +00:00
angestoepslt: Fix syntax error in client-side email handling after submission
See: #202
This commit is contained in:
parent
3a3d87f72d
commit
de266382a5
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue