mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
Merge branch 'feature/user-info-with-role-permissions' into feature/users-roles-endpoint
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