Revert "FOR TESTING - DELETE THIS COMMIT: User Role = Viewer"

This reverts commit 40de9eb1c5.
pull/10616/head
Jared Scheib 2017-10-26 18:13:59 -07:00
parent f8196db8d7
commit d4f3f6c7ff
1 changed files with 0 additions and 6 deletions

View File

@ -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
}