mirror of
https://github.com/bitwarden/browser
synced 2026-02-15 16:05:03 +00:00
* [PM-31750] Refactor members routing and user confirmation logic * Simplified user confirmation process by removing feature flag checks. * Updated routing to directly use the new members component without feature flagging. * Removed deprecated members component references from routing modules. * Cleaned up feature flag enum by removing unused entries. * trigger claude * [PM-31750] Refactor members component and remove deprecated files * Renamed vNextMembersComponent to MembersComponent for consistency. * Removed deprecated_members.component.ts and associated HTML files. * Updated routing and references to use the new MembersComponent. * Cleaned up related tests to reflect the component name change. * Refactor import statements in security-tasks.service.ts for improved readability * Update apps/web/src/app/admin-console/organizations/manage/user-confirm.component.ts Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> * Remove BaseMembersComponent and related imports from the admin console, streamlining member management functionality. * Remove unused ConfigService import from UserConfirmComponent to clean up code. * Implement feature flag logic for user restoration in MemberDialogComponent, allowing conditional restoration based on DefaultUserCollectionRestore flag. --------- Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>