Skip to content

Commit

Permalink
fix(profile-default): default to showing fence project access on prof…
Browse files Browse the repository at this point in the history
…ile (#616)
  • Loading branch information
vpsx authored Nov 1, 2019
1 parent 38e282a commit 2ec0d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localconf.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function buildConfig(opts) {
showArboristAuthzOnProfile = config.showArboristAuthzOnProfile;
}

let showFenceAuthzOnProfile = false;
let showFenceAuthzOnProfile = true;
if (config.showFenceAuthzOnProfile) {
showFenceAuthzOnProfile = config.showFenceAuthzOnProfile;
}
Expand Down

0 comments on commit 2ec0d74

Please sign in to comment.