Skip to content

Commit 2b9635c

Browse files
authored
Use Bearer for authentication token (#281)
1 parent 0f20955 commit 2b9635c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function getHeaders() {
4747

4848
return {
4949
/* eslint-disable quote-props */
50-
'Authorization': `token ${token}`,
50+
'Authorization': `Bearer ${token}`,
5151
'If-Modified-Since': ''
5252
/* eslint-enable quote-props */
5353
};

0 commit comments

Comments
 (0)