Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ananay committed Nov 5, 2019
1 parent 0d1f335 commit 6ec281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ const AppleStrategy = require('passport-apple');
passport.use(new AppleStrategy({
clientID: "",
teamID: "",
redirect_uri: "",
callbackURL: "",
keyID: "",
privateKeyLocation: ""
}, function(accessToken, refreshToken, idToken, profile, cb) {
Expand Down

0 comments on commit 6ec281a

Please sign in to comment.