mirror of
https://github.com/open-webui/open-webui
synced 2025-04-28 02:01:41 +00:00
fix: Replace hardcoded bearer token with dynamic token variable
This commit is contained in:
parent
0e60ba4723
commit
d1ca6922d9
@ -147,7 +147,7 @@ export const createPicker = () => {
|
||||
};
|
||||
console.log('Created result object:', {
|
||||
...result,
|
||||
headers: { ...result.headers, Authorization: '[REDACTED]' }
|
||||
headers: { ...result.headers, Authorization: `Bearer ${token}` }
|
||||
});
|
||||
resolve(result);
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user