Skip to content

Commit

Permalink
feat: update slack app client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoliver committed Feb 21, 2023
1 parent cee263d commit 3c5bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/login.go
Expand Up @@ -58,7 +58,7 @@ func saveToken(token []byte) error {

func signInWithSlack() {
var token []byte
const url = `https://slack.com/oauth/v2/authorize?client_id=2160869413.2032676856630&user_scope=users:read,users:read.email`
const url = `https://slack.com/oauth/v2/authorize?client_id=2160869413.4861271822512&user_scope=users:read,users:read.email`
browser.OpenURL(url)

scanner := bufio.NewScanner(os.Stdin)
Expand Down

0 comments on commit 3c5bcb4

Please sign in to comment.