|
@@ -622,8 +622,6 @@ class PassportService implements S2sMessageHandlable {
|
|
|
params: { scope: 'openid email profile' },
|
|
params: { scope: 'openid email profile' },
|
|
|
},
|
|
},
|
|
|
(tokenset, userinfo, done) => {
|
|
(tokenset, userinfo, done) => {
|
|
|
- console.log('this is the tokenset');
|
|
|
|
|
- console.log(tokenset);
|
|
|
|
|
if (userinfo) {
|
|
if (userinfo) {
|
|
|
return done(null, userinfo);
|
|
return done(null, userinfo);
|
|
|
}
|
|
}
|