From 6dd0e6d0cb745dc350a14d8386c4727b4f951837 Mon Sep 17 00:00:00 2001 From: "Seth Wheeler (Student)" Date: Tue, 4 Aug 2020 23:25:36 -0700 Subject: [PATCH] fix comment --- lib/passport-cas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/passport-cas.js b/lib/passport-cas.js index 6d248d4..d167425 100644 --- a/lib/passport-cas.js +++ b/lib/passport-cas.js @@ -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]) {