Skip to content

Commit

Permalink
fix(ui): fix bad header name
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Dec 23, 2020
1 parent 28bdf10 commit 7e02c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/graphqlClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const authenticationLink = setContext(async (_, { headers }) => {
return {
headers: {
...headers,
Aauthorization: 'Bearer ' + user.access_token,
Authorization: 'Bearer ' + user.access_token,
},
}
}
Expand Down

0 comments on commit 7e02c7d

Please sign in to comment.