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 3133ddc commit 2a9e36a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/router/Manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ function Manager() {

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

0 comments on commit 2a9e36a

Please sign in to comment.