mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Update signup.ts
This commit is contained in:
parent
d4e8dc9840
commit
05dade03b7
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ export default async (ctx: Koa.BaseContext) => {
|
|||
}));
|
||||
|
||||
await transactionalEntityManager.save(new UsedUsername({
|
||||
createdAt: new Date(),
|
||||
username: username.toLowerCase(),
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue