@dereekb/dbx-firebase 13.12.8 → 13.12.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1733,9 +1733,6 @@ class DbxFirebaseLoginListComponent {
1733
1733
  mapFn = (x) => ({ componentClass: (x.registrationComponentClass ?? x.componentClass), loginMethodType: x.loginMethodType, data: { loginMode } });
1734
1734
  break;
1735
1735
  case 'link':
1736
- providers = providers.filter((x) => x.allowLinking !== false);
1737
- mapFn = (x) => ({ componentClass: x.componentClass, loginMethodType: x.loginMethodType, data: { loginMode } });
1738
- break;
1739
1736
  case 'unlink':
1740
1737
  providers = providers.filter((x) => x.allowLinking !== false);
1741
1738
  mapFn = (x) => ({ componentClass: x.componentClass, loginMethodType: x.loginMethodType, data: { loginMode } });