mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-17 15:56:39 +00:00
Merge branch 'feature/user-info-with-role-permissions' into feature/users-roles-endpoint
This commit is contained in:
@@ -31,9 +31,9 @@ var (
|
||||
LastLogin: &time.Time{},
|
||||
Name: "M. Essam",
|
||||
Permissions: &api.UserPermissions{
|
||||
AutoAllowNew: map[string]bool{
|
||||
"read": true,
|
||||
"write": true,
|
||||
Default: map[string]bool{
|
||||
"read": false,
|
||||
"write": false,
|
||||
},
|
||||
},
|
||||
Role: "user",
|
||||
|
||||
Reference in New Issue
Block a user