diff --git a/src/frontend/app/app-routing.module.ts b/src/frontend/app/app-routing.module.ts
index 9cd86e8649460588b607dc182ba94828e113ca0e..dc092bfa09327b97b5f610aea49b40617ec38f00 100755
--- a/src/frontend/app/app-routing.module.ts
+++ b/src/frontend/app/app-routing.module.ts
@@ -42,7 +42,7 @@ const routes: Routes = [
     { path: 'about-us', canActivate: [AppGuard], component: AboutUsComponent },
     { path: 'home', canActivate: [AppGuard], component: HomeComponent },
     { path: 'basketList/users/:userSerialId/groups/:groupSerialId/baskets/:basketId', canActivate: [AppGuard], component: BasketListComponent },
-    { path: 'login', canActivate: [AppGuard], component: LoginComponent },
+    { path: 'login', component: LoginComponent },
     {
         path: '**',
         redirectTo: 'home',