Punishment block login and disable account

This commit is contained in:
2025-08-08 15:42:17 +08:00
parent a57ae840ff
commit e7d14d4687
3 changed files with 11 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ namespace DysonNetwork.Pass.Account;
public enum PunishmentType
{
// TODO: impl the permission modification
PermissionModification,
BlockLogin,
DisableAccount