Delete dead Breeze auth/settings boilerplate #43
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
question
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/incr#43
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The app has no auth enforcement but still carries all Breeze-scaffolded auth controllers, pages, and settings files:
app/Http/Controllers/Auth/— 7 files (sessions, password reset, email verify, etc.)resources/js/pages/auth/— 6 pagesresources/js/pages/settings/— password, profileresources/js/components/Settings/These are dead code that add noise to every grep.
Fix: Verify nothing in the live app links to these routes, then delete. Check
routes/settings.phpandroutes/auth.phpfirst — the routes themselves may also be removable.Effort: S — verify before deleting.