Skip to content

Commit

Permalink
Changed Add to Slack scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Jul 11, 2024
1 parent 06cd245 commit fce5512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AddToSlack.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function AddToSlack() {
return (
<a className="link text-accent" href="https://slack.com/oauth/v2/authorize?client_id=10831824934.7404945710466&scope=chat:write,commands&user_scope=chat:write,email,openid">
<a className="link text-accent" href="https://slack.com/oauth/v2/authorize?client_id=10831824934.7404945710466&scope=chat:write,commands&user_scope=email,openid">
Add Gearbox to Slack
</a>
);
Expand Down

0 comments on commit fce5512

Please sign in to comment.