mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:13:09 +02:00
Clean up
This commit is contained in:
parent
ac50bb9225
commit
06bb2a1c7c
1 changed files with 3 additions and 9 deletions
|
@ -75,8 +75,8 @@ export default async (ctx: Koa.Context) => {
|
|||
usernameLower: username.toLowerCase(),
|
||||
host: null
|
||||
}, {
|
||||
limit: 1
|
||||
});
|
||||
limit: 1
|
||||
});
|
||||
|
||||
// Check username already used
|
||||
if (usernameExist !== 0) {
|
||||
|
@ -106,18 +106,12 @@ export default async (ctx: Koa.Context) => {
|
|||
host: null,
|
||||
keypair: generateKeypair(),
|
||||
token: secret,
|
||||
email: null,
|
||||
password: hash,
|
||||
isAdmin: config.autoAdmin && usersCount === 0,
|
||||
profile: {
|
||||
bio: null,
|
||||
birthday: null,
|
||||
blood: null,
|
||||
gender: null,
|
||||
handedness: null,
|
||||
height: null,
|
||||
location: null,
|
||||
weight: null
|
||||
location: null
|
||||
},
|
||||
settings: {
|
||||
autoWatch: false
|
||||
|
|
Loading…
Reference in a new issue