Fix eslint

This commit is contained in:
Isaac Connor 2021-03-27 18:24:57 -04:00
parent 839498061b
commit e9641938f0
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ if (
<div class="error">
User Authentication is not turned on. You cannot log in.
<script nonce="<?php echo $cspNonce; ?>">
setTimeout(function() { window.location.replace('?view=console'); }, 500);
setTimeout(function() {
window.location.replace('?view=console');
}, 500);
</script>
</div>
<?php