fix(webpanel): relax conflict check in user viewmodel

This commit is contained in:
Whispering Wind
2025-08-28 00:53:43 +03:30
committed by GitHub
parent 8299b11ff1
commit e6f775d2ed

View File

@ -24,8 +24,7 @@ class User(BaseModel):
'password',
'max_download_bytes',
'expiration_days',
'blocked',
'unlimited_user'
'blocked'
]
if not all(key in user_data for key in essential_keys):