You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.logService.info('Settings Sync: Updating authentication providers. Authentication Providers from store:',this.userDataSyncStoreManagementService.userDataSyncStore?.authenticationProviders||[].map(({ id })=>id));
148
147
constoldValue=this._authenticationProviders;
149
148
this._authenticationProviders=(this.userDataSyncStoreManagementService.userDataSyncStore?.authenticationProviders||[]).filter(({ id })=>this.authenticationService.declaredProviders.some(provider=>provider.id===id));
150
-
this.logService.info('Settings Sync: Authentication providers updated',this._authenticationProviders.map(({ id })=>id));
149
+
this.logService.trace('Settings Sync: Authentication providers updated',this._authenticationProviders.map(({ id })=>id));
constauthenticationProviders=currentAuthenticationProviderId ? this.authenticationProviders.filter(({ id })=>id===currentAuthenticationProviderId) : this.authenticationProviders;
245
-
this.logService.info('Settings Sync: Updating the current account using current session',currentSessionId,currentAuthenticationProviderId,authenticationProviders.map(({ id })=>id));
0 commit comments