mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-31 22:50:43 +00:00
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1173 Closes #1161 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
1d9184f76e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
'Your Account has been declined!');
|
||||
}
|
||||
|
||||
await this.usedUsernamesRepository.delete({ username: user.username });
|
||||
await this.usedUsernamesRepository.delete({ username: user.username.toLowerCase() });
|
||||
|
||||
await this.deleteAccountService.deleteAccount(user);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue