Add comment
This commit is contained in:
parent
575ae5b12a
commit
0a5548a058
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user