🗂️ Issue: User — Remove disabled files
Description
The user module contains legacy or stub files marked as *disabled*. They should be removed to avoid confusion and reduce tech debt.
What is expected
- Delete all
*disabled* files in the user module.
- Ensure no remaining imports point to them.
- Build/tests remain green.
What should be modified
- Remove files with
.disabled naming (or inside a disabled/ folder) under src/modules/user/**.
- Fix imports accordingly.
Tests
- Full test run; lint/typecheck must pass.
Acceptance criteria
Rollback plan
- Keep a branch/tag before deletion.
- Restore selectively if any removed artifact turns out to be required.
🗂️ Issue: User — Remove disabled files
Description
The user module contains legacy or stub files marked as
*disabled*. They should be removed to avoid confusion and reduce tech debt.What is expected
*disabled*files in the user module.What should be modified
.disablednaming (or inside adisabled/folder) undersrc/modules/user/**.Tests
Acceptance criteria
*disabled*files remain in the user module.Rollback plan