From a20c1a3a4397c57b8346f09422d034beec9fc7af Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:29:02 +0200 Subject: [PATCH] Remove the lobby parental controls popup --- routes/user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/user.js b/routes/user.js index 60ffbd4..a63c903 100644 --- a/routes/user.js +++ b/routes/user.js @@ -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 }); });