We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bearer
1 parent 0f20955 commit 2b9635cCopy full SHA for 2b9635c
source/lib/api.js
@@ -47,7 +47,7 @@ export async function getHeaders() {
47
48
return {
49
/* eslint-disable quote-props */
50
- 'Authorization': `token ${token}`,
+ 'Authorization': `Bearer ${token}`,
51
'If-Modified-Since': ''
52
/* eslint-enable quote-props */
53
};
0 commit comments