Skip to content

Commit

Permalink
ClientBuilder should forward configured auto-approve scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
celkins authored and Dave Syer committed Apr 25, 2014
1 parent 4f321e1 commit b46e96c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ private ClientDetails build() {
result.setResourceIds(resourceIds);
if (autoApprove) {
result.setAutoApproveScopes(scopes);
} else {
result.setAutoApproveScopes(autoApproveScopes);
}
return result;
}
Expand Down

0 comments on commit b46e96c

Please sign in to comment.