From aebca87f43dde7eb7a101a779430b85159e28200 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Wed, 27 Sep 2023 10:25:10 +0200 Subject: [PATCH] [PM-2014] chore: tweak loose components recommendation --- apps/web/src/app/shared/loose-components.module.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/shared/loose-components.module.ts b/apps/web/src/app/shared/loose-components.module.ts index 897ac65df10..d73747dd80d 100644 --- a/apps/web/src/app/shared/loose-components.module.ts +++ b/apps/web/src/app/shared/loose-components.module.ts @@ -121,7 +121,10 @@ import { SharedModule } from "./shared.module"; UserVerificationModule, ChangeKdfModule, DynamicAvatarComponent, - AuthModule, // TODO: Remove when `app/settings/change-password.component.ts` has been moved to `app/auth/settings/.` + // TODO: Remove `AuthModule` when: + // - All components from auth/settings/* have been moved to `AuthSettingsModule` + // - All teams have moved their settings components into their own modules, and are able to directly import `AuthSettingsModule` + AuthModule, EnvironmentSelectorModule, AccountFingerprintComponent,