I think this should remove the parental controls prompt upon entering the lobby

This commit is contained in:
PRO100KatYT
2023-06-17 13:45:36 +02:00
parent 0d982b7043
commit ecbb39b651

View File

@@ -61,7 +61,9 @@ express.get("/account/api/public/account/:accountId", async (req, res) => {
"emailVerified": true,
"minorVerified": false,
"minorExpected": false,
"minorStatus": "UNKNOWN"
"minorStatus": "NOT_MINOR",
"cabinedMode": false,
"hasHashedEmail": false
})
})