Fix startPeriodicSync call to match updated signature

This commit is contained in:
copilot-swe-agent[bot]
2026-07-04 09:51:28 +00:00
committed by GitHub
parent 264fc90e67
commit 90ebb19745
@@ -381,7 +381,7 @@ export class RedirectAuthService extends AuthService {
this._isDiscoveryDocumentLoadedSubject$.next(true); this._isDiscoveryDocumentLoadedSubject$.next(true);
this.oauthService.setupAutomaticSilentRefresh(); this.oauthService.setupAutomaticSilentRefresh();
this._timeSyncService.syncClockOffset().subscribe(); this._timeSyncService.syncClockOffset().subscribe();
this._timeSyncService.startPeriodicSync(undefined, this.oauthService.clockSkewInSec * 1000); this._timeSyncService.startPeriodicSync();
return void this.allowRefreshTokenAndSilentRefreshOnMultipleTabs(); return void this.allowRefreshTokenAndSilentRefreshOnMultipleTabs();
}) })
.catch(() => { .catch(() => {