Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shylasummers committed Oct 14, 2024
1 parent 68d29bb commit 2b39fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-node/src/cache/TokenCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class TokenCache implements ISerializableTokenCache, ITokenCache {
let cacheContext;
try {
if (this.persistence) {
cacheContext = new TokenCacheContext(this, true);
cacheContext = new TokenCacheContext(this, false);
await this.persistence.beforeCacheAccess(cacheContext);
}
return this.storage.getAllAccounts();
Expand Down

0 comments on commit 2b39fe2

Please sign in to comment.