This commit is contained in:
2026-08-31 14:42:22 +08:00
72 changed files with 2479 additions and 168 deletions
+1
View File
@@ -58,6 +58,7 @@ namespace IdentityService.Domain.Entities
Id = NewId.NextGuid();
UserName = username;
NickName = nickName;
Avatar = "https://api.dicebear.com/7.x/thumbs/svg?seed=" + UserName;
}
public void Ban(string reason)