mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
Update signup.ts
This commit is contained in:
parent
d4e8dc9840
commit
05dade03b7
@ -143,6 +143,7 @@ export default async (ctx: Koa.BaseContext) => {
|
||||
}));
|
||||
|
||||
await transactionalEntityManager.save(new UsedUsername({
|
||||
createdAt: new Date(),
|
||||
username: username.toLowerCase(),
|
||||
}));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user