Edit app.routes.ts

This commit is contained in:
Marek Lesko
2025-08-06 20:18:17 +00:00
parent 7919a93ab4
commit 5c3ea53231

View File

@@ -10,8 +10,7 @@ export const routes: Routes = [
},
{
path: 'login',
component: Login,
canActivate: [authGuard]
component: Login
},
{
path: 'content',