Compare commits

..

No commits in common. "v1.52.4" and "v1.52.3" have entirely different histories.

View file

@ -30,7 +30,6 @@ 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',