Skip to content

Commit

Permalink
Merge pull request #58 from IV1201-Group-2/bugfix/status-jwt-header
Browse files Browse the repository at this point in the history
Bugfix/status jwt header
gyuudon3187 authored Mar 5, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
idelpivnitskiy Idel Pivnitskiy
2 parents 3f3cac8 + 87c0adc commit 4cc64b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/handle_application/StatusCard.vue
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ function submitStatus(statusKey: StatusKeys) {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: `Bearer:${loginToken.value}`
Authorization: `Bearer ${loginToken.value}`
},
body: JSON.stringify({ person_id: applicantId.value, status: captializeFirstLetter(statuses[statusKey].i18nPath) })
})

0 comments on commit 4cc64b8

Please sign in to comment.