Remove the lobby parental controls popup

This commit is contained in:
PRO100KatYT
2023-06-18 14:29:02 +02:00
parent 662d227aec
commit a20c1a3a43
+3 -1
View File
@@ -126,7 +126,9 @@ app.get("/account/api/public/account/:accountId", verifyToken, (req, res) => {
emailVerified: true,
minorVerified: false,
minorExpected: false,
minorStatus: "UNKNOWN"
minorStatus: "NOT_MINOR",
cabinedMode: false,
hasHashedEmail: false
});
});