mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 19:10:47 +02:00
fix: send Supabase token on raw fetch in SaaS chat
This commit is contained in:
@@ -467,7 +467,7 @@ export function ChatProvider({ children }: { children: ReactNode }) {
|
||||
{
|
||||
method: "POST",
|
||||
body: formData,
|
||||
headers: getAuthHeaders(),
|
||||
headers: await getAuthHeaders(),
|
||||
credentials: "include",
|
||||
signal: controller.signal,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user