diff --git a/php/public/forms.js b/php/public/forms.js index a978a72b..984ae8eb 100644 --- a/php/public/forms.js +++ b/php/public/forms.js @@ -12,7 +12,7 @@ } lastError = toast body.prepend(toast) - setTimeout(toast.remove.bind(toast), 3000) + setTimeout(toast.remove.bind(toast), 7000) } function handleEvent(e) {