Merge pull request 'fix: protect slots route' (!188) from fix-slots into main
Reviewed-on: #188 Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
commit
5bbfa5994e
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Reference in a new issue