Hotfix for changing names.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
feature/profile
Armored Dragon 2024-07-11 19:07:42 -05:00
parent 411d108813
commit efa5eaedcc
Signed by: ArmoredDragon
GPG Key ID: C7207ACC3382AD8B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
async function changeValue(setting_name, value) {
const form = {
setting_name: setting_name,
value: value,
value: value.value || value,
id: window.location.href.split("/")[4],
};
const response = await request(`/api/web/user`, "PATCH", form);