fix: protect slots route #188

Merged
ptran merged 2 commits from fix-slots into main 2025-05-14 09:49:42 +00:00

View file

@ -30,6 +30,7 @@ export const routes: Routes = [
{ {
path: 'game/slots', path: 'game/slots',
loadComponent: () => import('./feature/game/slots/slots.component'), loadComponent: () => import('./feature/game/slots/slots.component'),
canActivate: [authGuard],
}, },
{ {
path: 'game/lootboxes', path: 'game/lootboxes',