mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
house cleaning (#368)
This commit is contained in:
@@ -369,6 +369,7 @@ func (domain *Domain) Delete(ctx context.Context, userId string) error {
|
||||
generateAccountStoreKey(ctx, userId),
|
||||
generateAccountEmailStoreKey(ctx, account.Email),
|
||||
generateAccountUsernameStoreKey(ctx, account.Username),
|
||||
generatePasswordStoreKey(ctx, userId),
|
||||
}
|
||||
|
||||
return domain.batchDelete(keys)
|
||||
|
||||
Reference in New Issue
Block a user