Skip to content

Commit

Permalink
fix username and userid
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 19, 2024
1 parent 2e890b4 commit 8fa874b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ async function yolo_auth(req: Request): Response {

// Generate JWT
const userInfo = {
"id": generateGUID(),
"name": "Fellow Jitster",
"sub": generateGUID(),
"preferred_username": "Fellow Jitster",
"email": "[email protected]",
"lobby_bypass": true,
"security_bypass": true,
Expand Down

0 comments on commit 8fa874b

Please sign in to comment.