mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 06:15:54 +02:00
Update signup.ts
This commit is contained in:
@@ -143,6 +143,7 @@ export default async (ctx: Koa.BaseContext) => {
|
||||
}));
|
||||
|
||||
await transactionalEntityManager.save(new UsedUsername({
|
||||
createdAt: new Date(),
|
||||
username: username.toLowerCase(),
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user