Skip to content

Commit 6987952

Browse files
authored
Merge pull request DSpace#2199 from arvoConsultores/DS-8636
#8636 Request a Copy's "helpdesk" strategy requires authentication t…
2 parents 4f4dbff + b1605e0 commit 6987952

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)