Skip to content

Commit 370306f

Browse files
committed
fixed comment
1 parent e64a43d commit 370306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-core/src/UserAgentApplication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ protected getCachedTokenInternal(scopes : Array<string> , user: User): CacheResu
11461146
reject(ErrorCodes.userLoginError + "|" + ErrorDescription.userLoginError);
11471147
return;
11481148
}
1149-
//if user didn't passes the login_hint and adal's idtoken is present and no userobject, user the login_hint gfrom adal's idToken
1149+
//if user didn't passes the login_hint and adal's idtoken is present and no userobject, use the login_hint from adal's idToken
11501150
else if(!userObject && !extraQueryParameters && !Utils.isEmpty(adalIdToken))
11511151
{
11521152
const idTokenObject = Utils.extractIdToken(adalIdToken);

0 commit comments

Comments
 (0)