We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2c20f commit c35f6ccCopy full SHA for c35f6cc
u/profile.html
@@ -39,6 +39,7 @@
39
method: 'POST',
40
headers: {
41
'Content-Type': 'application/json',
42
+ 'Authorization': `Bearer ${data.session?.access_token}`
43
},
44
body: JSON.stringify(dt)
45
})
0 commit comments