mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-31 00:19:36 +02:00
Merge pull request #205 from pawelmalak/auth-header
Changed auth header
This commit is contained in:
commit
e0f6034868
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
export const applyAuth = () => {
|
||||
const token = localStorage.getItem('token') || '';
|
||||
return { Authorization: `Bearer ${token}` };
|
||||
return { Authorization_Flame: `Bearer ${token}` };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue