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