Clear picture in between loads

This commit is contained in:
anomny
2025-11-03 20:06:06 +01:00
parent a74be66e47
commit c3973b6cfb
3 changed files with 6 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ public class GroupModel
string? descriptionValue = ldapData.GetValueOrDefault("description");
if (descriptionValue is null)
{
DisplayName = Cn;
Permissions = [];
}
else