mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 09:50:35 +00:00
send default as the auth identifier by default w/ burnettk
This commit is contained in:
parent
ba8f0a1c74
commit
930515ddb9
@ -13,7 +13,7 @@ export const getBasicHeaders = (): Record<string, string> => {
|
|||||||
return {
|
return {
|
||||||
Authorization: `Bearer ${UserService.getAccessToken()}`,
|
Authorization: `Bearer ${UserService.getAccessToken()}`,
|
||||||
'SpiffWorkflow-Authentication-Identifier':
|
'SpiffWorkflow-Authentication-Identifier':
|
||||||
UserService.getAuthenticationIdentifier() || '',
|
UserService.getAuthenticationIdentifier() || 'default',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user