Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Megapixel99 committed Aug 5, 2020
1 parent 63cb280 commit 6dd0e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/passport-cas.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ CasStrategy.prototype.authenticate = function (req, options) {
emails: [],
};

Map relevant extended attributes returned by CAS into the profile
// Map relevant extended attributes returned by CAS into the profile
for (var key in profile) {
if (key == 'name') {
for (const subKey in profile[key]) {
Expand Down

0 comments on commit 6dd0e6d

Please sign in to comment.