ux: Me becomes Settings; backend: fix special usernames (me, block...)

This commit is contained in:
AdrienLSH
2024-02-08 10:09:36 +01:00
parent 0bb32c5449
commit a24451d140
11 changed files with 17 additions and 18 deletions

View File

@ -150,7 +150,7 @@ class Client
async _patch_json(uri, data)
{
let response = await fetch(this._url + uri, {
ethod: "PATCH",
method: "PATCH",
headers: {
"X-CSRFToken": getCookie("csrftoken"),
"Content-Type": "application/json",