Skip to content

Commit

Permalink
Remove authService.refreshUserInfo call on BG init
Browse files Browse the repository at this point in the history
- Doesn't seem necessary at all. Auth is still set up fine without it
  • Loading branch information
poltak committed Apr 5, 2024
1 parent ebe33d7 commit e373fbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/background-script/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,6 @@ export async function setupBackgroundModules(
await backgroundModules.jobScheduler.setup()
await backgroundModules.pageActivityIndicator.setup()

// Ensure log-in state gotten from FB + trigger sync queue processing, but don't wait for it
backgroundModules.auth.authService.refreshUserInfo()
await backgroundModules.personalCloud.setup()
}

Expand Down

0 comments on commit e373fbf

Please sign in to comment.