diff --git a/functions/api/auth/mobile/token.ts b/functions/api/auth/mobile/token.ts index 0bad673..0e8c4d1 100644 --- a/functions/api/auth/mobile/token.ts +++ b/functions/api/auth/mobile/token.ts @@ -19,6 +19,7 @@ export async function onRequestGet(context: RequestContext) { iss: "https://carcrushers.cc/auth/mobile/token", jti: sessionCookie.replace("_s=", ""), name: currentUser.username, + picture: currentUser.avatar ?? "https://carcrushers.cc/files/logo192.png", sub: currentUser.id, }), )