Skip to content

Commit

Permalink
Comment out the new flag in the example app
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 25, 2021
1 parent fec8b60 commit 62eafc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/oauth/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ const app = new App({
installerOptions: {
// If this is true, /slack/install redirects installers to the Slack authorize URL
// without rendering the web page with "Add to Slack" button.
directInstallUrlEnabled: true,
// This flag is available in @slack/bolt v3.7 or higher
// directInstallUrlEnabled: true,
}
});

Expand Down

0 comments on commit 62eafc3

Please sign in to comment.