Skip to content

Commit

Permalink
ID-3113 remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenfowler committed Dec 18, 2024
1 parent 0b8dcd9 commit c8fd619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/passport/sdk/src/authManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export default class AuthManager {
return null;
}

const oidcUser = await this.userManager.getUser(); // DOES THIS NOW TRIGGER TOKEN REFRESHES?
const oidcUser = await this.userManager.getUser();
if (!oidcUser) return null;

if (!isTokenExpired(oidcUser)) {
Expand Down

0 comments on commit c8fd619

Please sign in to comment.