This commit is contained in:
syuilo 2018-07-05 03:36:41 +09:00
parent b412b4a9ff
commit 85b8749f02
2 changed files with 0 additions and 2 deletions

View file

@ -77,7 +77,6 @@ export interface ILocalUser extends IUserBase {
host: null;
keypair: string;
email: string;
links: string[];
password: string;
token: string;
twitter: {

View file

@ -77,7 +77,6 @@ export default async (ctx: Koa.Context) => {
keypair: generateKeypair(),
token: secret,
email: null,
links: null,
password: hash,
profile: {
bio: null,