diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-09 16:12:53 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-09 16:12:53 +0200 |
commit | 84c13f1a1a8957831c4c86274bb7ebaea47e989f (patch) | |
tree | f2dcdad2918f905d334535414c276da7f2f4ca1a | |
parent | :art: move test client in different file (diff) | |
download | server-84c13f1a1a8957831c4c86274bb7ebaea47e989f.tar.xz |
:tada: default nitro true
-rw-r--r-- | src/routes/auth/register.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/auth/register.ts b/src/routes/auth/register.ts index f9005655..eb5cd97d 100644 --- a/src/routes/auth/register.ts +++ b/src/routes/auth/register.ts @@ -202,8 +202,8 @@ router.post( system: false, desktop: false, mobile: false, - premium: false, - premium_type: 0, + premium: true, + premium_type: 2, phone: null, bio: "", mfa_enabled: false, |