We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220c90f commit e0ab732Copy full SHA for e0ab732
src/app/app.routing.ts
@@ -17,7 +17,7 @@ import { AuthErrorComponent } from './auth-error/auth-error.component';
17
18
const routes: Routes = [
19
{ path: "add-user", component: AddUserComponent, canActivate: [AuthGuard, AdminGuard] },
20
- { path: "auth-error", component: AuthErrorComponent, canActivate: [AuthGuard] }
+ { path: "auth-error", component: AuthErrorComponent, canActivate: [AuthGuard] },
21
{ path: 'export/:id', component: ExportComponent, canActivate: [AuthGuard] },
22
{ path: 'user-management', component: UserManagementComponent, canActivate: [AuthGuard, AdminGuard] },
23
{ path: "add-theme", component: ProposeThemeComponent },
0 commit comments