This commit is contained in:
Jose Gonzalez 2021-03-11 14:49:39 +01:00
parent e7d509cc74
commit ba997dd13f

View File

@ -257,7 +257,11 @@ if (!$double_auth_enabled && $config['2FA_all_users'] != ''
//document.location.reload(); //document.location.reload();
} }
}) })
.show(); </script> .show();
// Don't allow close the dialog with X button
$('.ui-dialog-titlebar-close').css('display', 'none');
</script>
<?php <?php
echo '</div>'; echo '</div>';
} }