Update scripts/pi-hole/js/login.js

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
DL6ER
2023-10-09 17:38:11 +02:00
committed by GitHub
parent a5a7a4e481
commit e01124fb2b
+1 -1
View File
@@ -114,7 +114,7 @@ $(function () {
if (data.session.totp === true) $("#totp_input").removeClass("hidden");
});
// Get imformation about HTTPS port and DNS status
// Get information about HTTPS port and DNS status
$.ajax({
url: "/api/info/login",
}).done(function (data) {