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
commit be9a5f01ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {