fix: protect slots route #188

Merged
ptran merged 2 commits from fix-slots into main 2025-05-14 09:49:42 +00:00
Showing only changes of commit 03bee953da - Show all commits

View file

@ -30,7 +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] canActivate: [authGuard],
}, },
{ {
path: 'game/lootboxes', path: 'game/lootboxes',