Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshulagarwal committed Jul 25, 2024
1 parent 39de409 commit aad51b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/Pages/Profile/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const Profile = () => {
}, {
headers: {
'Content-Type': 'multipart/form-data',
'Authorization': `Bearer ${localStorage.getItem('token')}`,
'Authorization': `Bearer ${localStorage.getItem('codaeztoken')}`,
}
});

Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Register/CompleteProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const CompleteProfile = () => {
}, {
headers: {
'Content-Type': 'multipart/form-data',
'Authorization': `Bearer ${localStorage.getItem('token')}`,
'Authorization': `Bearer ${localStorage.getItem('codaeztoken')}`,
}
});

Expand Down

0 comments on commit aad51b4

Please sign in to comment.