Skip to content

Commit 3130360

Browse files
committed
fix: add github-login header
1 parent 5f987c2 commit 3130360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Review.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export default {
153153
...fetchOps,
154154
headers: new Headers({
155155
"Access-Token": sessionStorage.githubOAuthAccessToken,
156+
'Github-Login': sessionStorage.githubLogin,
156157
"Content-Type": "Application/json",
157158
}),
158159
})

0 commit comments

Comments
 (0)