diff --git a/auth-web/src/routes/router.ts b/auth-web/src/routes/router.ts index 8be7f26d8..efdbb2f10 100644 --- a/auth-web/src/routes/router.ts +++ b/auth-web/src/routes/router.ts @@ -130,7 +130,7 @@ function mapPendingDetails (route: any) { } } -function isStaff(): boolean { +function isStaff (): boolean { const kcUserProfile = KeyCloakService.getUserInfo() return kcUserProfile?.roles?.includes(Role.Staff) || kcUserProfile?.roles?.includes(Role.ContactCentreStaff) ||