From 9277b1fa252efdfcbff928775cd6005140ec8cb1 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Mon, 20 Jan 2020 17:31:09 +0100 Subject: [PATCH] Remove authguard --- projects/common-map/src/fm-map/common-map-routing.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/common-map/src/fm-map/common-map-routing.module.ts b/projects/common-map/src/fm-map/common-map-routing.module.ts index 0e4b723..5f744a8 100644 --- a/projects/common-map/src/fm-map/common-map-routing.module.ts +++ b/projects/common-map/src/fm-map/common-map-routing.module.ts @@ -5,7 +5,7 @@ import { AuthGuard } from '@farmmaps/common'; const routes = [ { - path: '', canActivateChild: [AuthGuard], children: [ + path: '', children: [ { path: '', component: MapComponent @@ -13,7 +13,7 @@ const routes = [ ] }, { - path: ':xCenter/:yCenter/:zoom/:rotation/:baseLayer/:queryState', canActivateChild: [AuthGuard], children: [ + path: ':xCenter/:yCenter/:zoom/:rotation/:baseLayer/:queryState', children: [ { path: '', component: MapComponent