diff --git a/frontend/src/app/app.routes.ts b/frontend/src/app/app.routes.ts index a22eec9..86ce3d4 100644 --- a/frontend/src/app/app.routes.ts +++ b/frontend/src/app/app.routes.ts @@ -30,7 +30,7 @@ export const routes: Routes = [ { path: 'game/slots', loadComponent: () => import('./feature/game/slots/slots.component'), - canActivate: [authGuard] + canActivate: [authGuard], }, { path: 'game/lootboxes',