Skip to content

Commit 9de0021

Browse files
committed
#8636 Request a Copy's "helpdesk" strategy requires authentication to respond
1 parent e986f10 commit 9de0021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
209209
{
210210
path: REQUEST_COPY_MODULE_PATH,
211211
loadChildren: () => import('./request-copy/request-copy.module').then((m) => m.RequestCopyModule),
212-
canActivate: [AuthenticatedGuard, EndUserAgreementCurrentUserGuard]
212+
canActivate: [EndUserAgreementCurrentUserGuard]
213213
},
214214
{
215215
path: FORBIDDEN_PATH,

0 commit comments

Comments
 (0)