chore: format auth code and update runtime
This commit is contained in:
+3
-1
@@ -37,7 +37,9 @@ document.querySelector("#save").addEventListener("click", async () => {
|
||||
"content-type": "application/json",
|
||||
"x-csrf-token": csrf(),
|
||||
},
|
||||
body: JSON.stringify({ enabled: document.querySelector("#signup").checked }),
|
||||
body: JSON.stringify({
|
||||
enabled: document.querySelector("#signup").checked,
|
||||
}),
|
||||
});
|
||||
await load();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user