This commit is contained in:
Ryan Barlow
2026-05-25 21:37:34 +01:00
parent 781c74d800
commit e2be4aadce
+1 -1
View File
@@ -69,9 +69,9 @@ export async function getUserMe(
| { type: "error"; message: string }
> {
try {
// Get the user object
const response = await fetch(ServerEnv.jwtIssuer() + "/users/@me", {
headers: {
Accept: "application/json",
authorization: `Bearer ${token}`,
"x-api-key": ServerEnv.apiKey(),
},