update HTML for Bearer token update

This commit is contained in:
xfarrow
2024-03-21 17:34:16 +01:00
parent 572ca83a8f
commit bb86034835
6 changed files with 57 additions and 59 deletions

View File

@@ -50,9 +50,7 @@
email: email,
password: password
}),
headers: {
"Content-type": "application/json; charset=UTF-8"
}
headers: createHeaders(null)
});
const data = await response.json();