mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix startPeriodicSync call to match updated signature
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user