diff --git a/spiffworkflow-frontend/src/services/HttpService.ts b/spiffworkflow-frontend/src/services/HttpService.ts index fee597d3..e3e3292b 100644 --- a/spiffworkflow-frontend/src/services/HttpService.ts +++ b/spiffworkflow-frontend/src/services/HttpService.ts @@ -13,7 +13,7 @@ export const getBasicHeaders = (): Record => { return { Authorization: `Bearer ${UserService.getAccessToken()}`, 'SpiffWorkflow-Authentication-Identifier': - UserService.getAuthenticationIdentifier() || '', + UserService.getAuthenticationIdentifier() || 'default', }; } return {};