Skip to content

Commit

Permalink
4.0.0.5 - Fix missing scope in demo webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
polppol committed Feb 8, 2024
1 parent 665a3eb commit be90b5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion index_plus.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>
</div>
</div>
<div id="buttons">
<a target="_blank" href="https://slack.com/oauth/v2/authorize?client_id=399001638530.4500979337046&scope=channels:read,chat:write,chat:write.public,commands,groups:read,mpim:read">
<a target="_blank" href="https://slack.com/oauth/v2/authorize?client_id=399001638530.4500979337046&scope=channels:read,chat:write,chat:write.public,commands,groups:read,mpim:read,users:read">
<img alt="Add to Slack" src="https://platform.slack-edge.com/img/add_to_slack@2x.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 2x, https://platform.slack-edge.com/img/add_to_slack@4x.png 4x" height="80" />
</a>
<!-- <a href="https://www.buymeacoffee.com/kazualex" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 77px !important;width: 278px !important;" ></a> -->
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openpoll",
"version": "4.0.0.4",
"name": "openpollplus",
"version": "4.0.0.5",
"description": "Open source poll slack app",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit be90b5e

Please sign in to comment.