Add comment

This commit is contained in:
KDSBrowne 2021-09-29 11:08:35 -04:00 committed by GitHub
parent 575ae5b12a
commit 0a5548a058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,6 +300,8 @@
if (status === 'ALLOW') {
updateLobbyMessage(_('app.guest.allow'));
// Timeout is required by accessibility to allow viewing of the message for a minimum of 3 seconds
// before redirecting.
setTimeout(() => {
disableAnimation();
window.location = data.response.url;