We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b36cd commit 6d5ff42Copy full SHA for 6d5ff42
u/profile.html
@@ -41,7 +41,7 @@
41
'Content-Type': 'application/json',
42
'Authorization': `Bearer ${(await supabase.auth.getSession()).data.session?.access_token}`
43
},
44
- body: JSON.stringify(dt)
+ body: JSON.stringify(dt),
45
mode: 'no-cors'
46
})
47
.then(response => response.json())
0 commit comments