1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

[PM-2014] chore: tweak loose components recommendation

This commit is contained in:
Andreas Coroiu
2023-09-27 10:25:10 +02:00
parent e860704da3
commit aebca87f43

View File

@@ -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,