Remove debug

This commit is contained in:
Elizabeth Cray 2023-10-06 20:33:37 -04:00
parent 1bff1109b8
commit 696828fbc6
1 changed files with 0 additions and 2 deletions

View File

@ -260,10 +260,8 @@ const gemini = () => {
enable: "get"
};
post(USE_ORIGIN + "/auth/api/index.php", payload, (response) => {
console.dir(response.data);
$.get(USE_ORIGIN + "/auth/gem.html", (ui) => {
ui = ui.replace("checked", response.data?"checked":"");
console.log(ui);
Swal.fire({
...SwalConfig,
title: "Gemini Settings",