Showing 8 of 8 total issues
Similar blocks of code found in 26 locations. Consider refactoring. Open
{ canActivate: [authGuard], loadComponent: () => import('./inbox-pictures/inbox-pictures.component').then((m) => m.AccountInboxPicturesComponent), path: 'inbox-pictures',
- Read upRead up
Similar blocks of code found in 26 locations. Consider refactoring. Open
{ canActivate: [authGuard], loadComponent: () => import('./specs-conflicts/specs-conflicts.component').then((m) => m.AccountSpecsConflictsComponent), path: 'specs-conflicts',
- Read upRead up
Similar blocks of code found in 26 locations. Consider refactoring. Open
{ canActivate: [authGuard], loadComponent: () => import('./access/access.component').then((m) => m.AccountAccessComponent), path: 'access', title: $localize`Access Control`,
- Read upRead up
Similar blocks of code found in 26 locations. Consider refactoring. Open
{ canActivate: [authGuard], loadComponent: () => import('./accounts/accounts.component').then((m) => m.AccountAccountsComponent), path: 'accounts', title: $localize`My accounts`,
- Read upRead up
Similar blocks of code found in 26 locations. Consider refactoring. Open
{ canActivate: [authGuard], loadComponent: () => import('./email/email.component').then((m) => m.AccountEmailComponent), path: 'email', title: $localize`My e-mail`,
- Read upRead up
Similar blocks of code found in 26 locations. Consider refactoring. Open
{ canActivate: [authGuard], loadComponent: () => import('./profile/profile.component').then((m) => m.AccountProfileComponent), path: 'profile', title: $localize`Profile`,
- Read upRead up
Similar blocks of code found in 26 locations. Consider refactoring. Open
{ canActivate: [authGuard], loadComponent: () => import('./contacts/contacts.component').then((m) => m.AccountContactsComponent), path: 'contacts', title: $localize`Contacts`,
- Read upRead up
Similar blocks of code found in 33 locations. Consider refactoring. Open
{ loadComponent: () => import('./delete/deleted/deleted.component').then((m) => m.AccountDeletedComponent), path: 'deleted', title: $localize`Account deleted`, },
- Read upRead up