Skip to content

Commit

Permalink
Merge pull request #455 from yaronius/yaronius-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Apr 13, 2022
2 parents 78fc586 + 718920b commit d6506de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/apple/session.go
Expand Up @@ -110,7 +110,7 @@ func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string,
if !found {
return nil, errors.New("could not find matching public key")
}
var pubKey *rsa.PublicKey
pubKey := &rsa.PublicKey{}
err = selectedKey.Raw(pubKey)
if err != nil {
return nil, err
Expand Down

0 comments on commit d6506de

Please sign in to comment.