Revert "FOR TESTING - DELETE THIS COMMIT: User Role = Viewer"
This reverts commit 40de9eb1c5
.
pull/10616/head
parent
f8196db8d7
commit
d4f3f6c7ff
|
@ -76,12 +76,6 @@ func (s *UsersStore) Get(ctx context.Context, q chronograf.UserQuery) (*chronogr
|
|||
return nil, chronograf.ErrUserNotFound
|
||||
}
|
||||
|
||||
user.Roles = []chronograf.Role{
|
||||
{
|
||||
Name: "viewer",
|
||||
},
|
||||
}
|
||||
|
||||
return user, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue