mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
@@ -467,7 +467,7 @@ function doLogout() {
|
||||
$.ajax({
|
||||
url: "/api/auth",
|
||||
method: "DELETE",
|
||||
}).success(function () {
|
||||
}).always(function () {
|
||||
location.reload();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user