Merge pull request #566 from nextcloud/enh/543/increase-timeout

increase forms error timeout
This commit is contained in:
Julius Härtl
2022-05-06 09:28:32 +02:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
}
lastError = toast
body.prepend(toast)
setTimeout(toast.remove.bind(toast), 3000)
setTimeout(toast.remove.bind(toast), 7000)
}
function handleEvent(e) {