mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
I think this should remove the parental controls prompt upon entering the lobby
This commit is contained in:
@@ -61,7 +61,9 @@ express.get("/account/api/public/account/:accountId", async (req, res) => {
|
|||||||
"emailVerified": true,
|
"emailVerified": true,
|
||||||
"minorVerified": false,
|
"minorVerified": false,
|
||||||
"minorExpected": false,
|
"minorExpected": false,
|
||||||
"minorStatus": "UNKNOWN"
|
"minorStatus": "NOT_MINOR",
|
||||||
|
"cabinedMode": false,
|
||||||
|
"hasHashedEmail": false
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user