Remove debug
This commit is contained in:
parent
1bff1109b8
commit
696828fbc6
@ -260,10 +260,8 @@ const gemini = () => {
|
|||||||
enable: "get"
|
enable: "get"
|
||||||
};
|
};
|
||||||
post(USE_ORIGIN + "/auth/api/index.php", payload, (response) => {
|
post(USE_ORIGIN + "/auth/api/index.php", payload, (response) => {
|
||||||
console.dir(response.data);
|
|
||||||
$.get(USE_ORIGIN + "/auth/gem.html", (ui) => {
|
$.get(USE_ORIGIN + "/auth/gem.html", (ui) => {
|
||||||
ui = ui.replace("checked", response.data?"checked":"");
|
ui = ui.replace("checked", response.data?"checked":"");
|
||||||
console.log(ui);
|
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
...SwalConfig,
|
...SwalConfig,
|
||||||
title: "Gemini Settings",
|
title: "Gemini Settings",
|
||||||
|
Loading…
Reference in New Issue
Block a user