forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
b412b4a9ff
commit
85b8749f02
2 changed files with 0 additions and 2 deletions
|
@ -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 a new issue