Skip to content

Commit

Permalink
Merge pull request #35 from rneatherway/rneatherway/slack-app-store-key
Browse files Browse the repository at this point in the history
Allow a third value for the keychain account name
  • Loading branch information
rneatherway committed Apr 25, 2023
2 parents 7559957 + 4871ba5 commit c6b069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/slackclient/cookie_password_macos.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func cookiePassword() ([]byte, error) {
accountNames := []string{"Slack Key", "Slack"}
accountNames := []string{"Slack Key", "Slack", "Slack App Store Key"}

var err error
for _, accountName := range accountNames {
Expand Down

0 comments on commit c6b069e

Please sign in to comment.