WIP of user avatar work

Switching from laptop
This commit is contained in:
Eli Ribble 2026-03-29 17:09:01 -07:00
parent ad90f9c95e
commit 6f9a511874
No known key found for this signature in database
9 changed files with 68 additions and 2 deletions

View file

@ -350,7 +350,7 @@ const saveChanges = async () => {
console.error("Failed to upload avatar", error);
}
}
const response = await fetch(user.urls.api.user, {
const response = await fetch(user.urls.api.users, {
method: "PUT",
headers: {
"Content-Type": "application/json",