diff --git a/README.md b/README.md index 9ccd06193..907ad93d9 100644 --- a/README.md +++ b/README.md @@ -203,5 +203,5 @@ Session Timeout Configuration - An array that contains the Applications and User Session Timeout - An object that contains the Idle Modal Display Time, Reg Ex pattern so that we use the correct Session Timeout for the application / and or User Groups and Total Idle Time. -END2 TEST +END TEST diff --git a/src/organisation/organisation.routing.ts b/src/organisation/organisation.routing.ts index 808478e0e..158af1142 100644 --- a/src/organisation/organisation.routing.ts +++ b/src/organisation/organisation.routing.ts @@ -22,12 +22,7 @@ export const ROUTES: Routes = [ }, { path: 'update-pba-numbers', - component: UpdatePbaNumbersComponent, - data: { role: 'pui-finance-manager' }, - canActivate: [ - OrganisationGuard, - UserRoleGuard - ] + component: UpdatePbaNumbersComponent }, { path: 'update-pba-numbers-check',