forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
ac50bb9225
commit
06bb2a1c7c
1 changed files with 3 additions and 9 deletions
|
@ -106,18 +106,12 @@ export default async (ctx: Koa.Context) => {
|
||||||
host: null,
|
host: null,
|
||||||
keypair: generateKeypair(),
|
keypair: generateKeypair(),
|
||||||
token: secret,
|
token: secret,
|
||||||
email: null,
|
|
||||||
password: hash,
|
password: hash,
|
||||||
isAdmin: config.autoAdmin && usersCount === 0,
|
isAdmin: config.autoAdmin && usersCount === 0,
|
||||||
profile: {
|
profile: {
|
||||||
bio: null,
|
bio: null,
|
||||||
birthday: null,
|
birthday: null,
|
||||||
blood: null,
|
location: null
|
||||||
gender: null,
|
|
||||||
handedness: null,
|
|
||||||
height: null,
|
|
||||||
location: null,
|
|
||||||
weight: null
|
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
autoWatch: false
|
autoWatch: false
|
||||||
|
|
Loading…
Reference in a new issue