Skip to content

Commit

Permalink
Update Manager.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonkh authored Nov 15, 2023
1 parent c73c294 commit 3133ddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/router/Manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ function Manager() {

const response = await fetch('/api/boarding', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${localStorage.getItem('access_token') ?? ''}`
} },
body: JSON.stringify({

Check failure on line 93 in src/router/Manager.tsx

View workflow job for this annotation

GitHub Actions / build and deploy

',' expected.
user_otp: data
})
Expand Down

0 comments on commit 3133ddc

Please sign in to comment.