mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 22:54:46 +08:00
Fixed bug with value parsing if custom icon was used
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const applyAuth = () => {
|
||||
const token = localStorage.getItem('token') || '';
|
||||
return { Authorization_Flame: `Bearer ${token}` };
|
||||
return { 'Authorization-Flame': `Bearer ${token}` };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user