mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-28 06:48:42 +09:00
Clean up
This commit is contained in:
parent
b412b4a9ff
commit
85b8749f02
@ -77,7 +77,6 @@ export interface ILocalUser extends IUserBase {
|
||||
host: null;
|
||||
keypair: string;
|
||||
email: string;
|
||||
links: string[];
|
||||
password: string;
|
||||
token: string;
|
||||
twitter: {
|
||||
|
@ -77,7 +77,6 @@ export default async (ctx: Koa.Context) => {
|
||||
keypair: generateKeypair(),
|
||||
token: secret,
|
||||
email: null,
|
||||
links: null,
|
||||
password: hash,
|
||||
profile: {
|
||||
bio: null,
|
||||
|
Loading…
Reference in New Issue
Block a user