Added permissions to users controller and the client.
This commit is contained in:
@@ -8,4 +8,5 @@ public class SidebarItem
|
||||
public string Path { get; set; }
|
||||
public int Priority { get; set; }
|
||||
public bool RequiresExactMatch { get; set; } = false;
|
||||
public string? Permission { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user