Skip to content
Prev Previous commit
Next Next commit
fix(routes): removed unused route
  • Loading branch information
Nazar690 committed Sep 10, 2025
commit ffce019b623ecf1bed3c754f25f55b672baed5db
5 changes: 0 additions & 5 deletions src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ export const routes: Routes = [
canActivate: [authGuard],
providers: [provideStates([ProjectsState])],
},
{
path: 'confirm/:userId/:token',
loadComponent: () => import('./features/home/home.component').then((mod) => mod.HomeComponent),
data: { skipBreadcrumbs: true },
},
{
path: 'register',
canActivate: [redirectIfLoggedInGuard],
Expand Down