hostLowerは廃止してhostにlowerしたものを入れるように
This commit is contained in:
parent
26c979bcec
commit
d81c20f163
9 changed files with 10 additions and 16 deletions
|
@ -118,7 +118,6 @@ export default async (ctx: Koa.Context) => {
|
|||
username: username,
|
||||
usernameLower: username.toLowerCase(),
|
||||
host: null,
|
||||
hostLower: null,
|
||||
keypair: generateKeypair(),
|
||||
token: secret,
|
||||
email: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue