Fix eslint
This commit is contained in:
parent
839498061b
commit
e9641938f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue