mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
[management] restrict dashboard only to restrictable roles
This commit is contained in:
@@ -9,5 +9,6 @@ import (
|
||||
type UserInfoWithPermissions struct {
|
||||
*types.UserInfo
|
||||
|
||||
Permissions *roles.RolePermissions
|
||||
Permissions roles.RolePermissions
|
||||
Restricted bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user