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;
|
host: null;
|
||||||
keypair: string;
|
keypair: string;
|
||||||
email: string;
|
email: string;
|
||||||
links: string[];
|
|
||||||
password: string;
|
password: string;
|
||||||
token: string;
|
token: string;
|
||||||
twitter: {
|
twitter: {
|
||||||
|
|
|
@ -77,7 +77,6 @@ export default async (ctx: Koa.Context) => {
|
||||||
keypair: generateKeypair(),
|
keypair: generateKeypair(),
|
||||||
token: secret,
|
token: secret,
|
||||||
email: null,
|
email: null,
|
||||||
links: null,
|
|
||||||
password: hash,
|
password: hash,
|
||||||
profile: {
|
profile: {
|
||||||
bio: null,
|
bio: null,
|
||||||
|
|
Loading…
Reference in a new issue