1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-07 19:07:45 +01: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
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

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,