File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ const PortalAuthenticator = {
456456 const sessionCookieJar = await StorageClient . getUserSession ( userId ) ;
457457
458458 if ( sessionCookieJar ) {
459+ console . log ( 'Session cookie jar found in storage.' ) ;
459460 return {
460461 success : true ,
461462 cookieJar : CookieJar . fromJSON ( sessionCookieJar ) ,
@@ -479,6 +480,7 @@ const PortalAuthenticator = {
479480 // Get user agent using the tiered strategy
480481 const resolvedUserAgent = await UserAgentClient . getUserAgent ( userId , userAgent ) ;
481482
483+ console . log ( `Authenticating user ${ userId } with portal using user agent ${ resolvedUserAgent } .` ) ;
482484 return await this . authenticateWithPortal (
483485 portalCredentials . username ,
484486 portalCredentials . password ,
You can’t perform that action at this time.
0 commit comments