mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Fix a bug with user creation
This commit is contained in:
parent
f677737fdd
commit
a1238222e2
|
|
@ -262,8 +262,8 @@ export class User extends BaseEntity {
|
||||||
};
|
};
|
||||||
|
|
||||||
await user.generateKeys();
|
await user.generateKeys();
|
||||||
await user.updateActor();
|
|
||||||
await user.save();
|
await user.save();
|
||||||
|
await user.updateActor();
|
||||||
|
|
||||||
return user;
|
return user;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue