1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

🎨 user is verified by default

This commit is contained in:
Flam3rboy 2021-09-19 18:43:25 +02:00
parent 24896d0c23
commit a87ea83a78

View File

@ -202,7 +202,7 @@ router.post("/", route({ body: "RegisterSchema" }), async (req: Request, res: Re
premium_type: 2,
bio: "",
mfa_enabled: false,
verified: false,
verified: true,
disabled: false,
deleted: false,
email: email,