Remove debug
This commit is contained in:
parent
1bff1109b8
commit
696828fbc6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user