mirror of
https://github.com/ApfelTeeSaft/LawinServerV2.git
synced 2026-08-26 19:23:39 +00:00
Remove the lobby parental controls popup
This commit is contained in:
+3
-1
@@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user