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
+
constoldValue=this._authenticationProviders;
146
149
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));
0 commit comments