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 | 8ff71df2bc27c399312975b4bece8ab5f63c8056 (patch) | |
tree | 1bbf6eed7b41a3d1ae42d97f31741040a12c64a1 | |
parent | :art: move test client in different file (diff) | |
download | server-8ff71df2bc27c399312975b4bece8ab5f63c8056.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, |