Fix deprecated ready function

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-04-03 23:15:56 +03:00
parent 58c692ca5e
commit f69df08a08
6 changed files with 6 additions and 7 deletions

View File

@@ -474,7 +474,7 @@ $("#button-disable-totp").confirm({
dialogClass: "modal-dialog",
});
$(document).ready(() => {
$(() => {
processWebServerConfig();
// Check if TOTP is enabled
$.ajax({