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