feat(master/manager/device): Enhance device management with new detail view, API updates, and improved request handling
This commit is contained in:
@@ -86,7 +86,9 @@ export const handleRequestConfig: RequestConfig = {
|
||||
...options,
|
||||
headers: {
|
||||
...options.headers,
|
||||
...(token ? { Authorization: `${token}` } : {}),
|
||||
...(token && !options.headers.Authorization
|
||||
? { Authorization: `${token}` }
|
||||
: {}),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user