Skip to content

Commit

Permalink
deleted header
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav-Bekesh committed Dec 23, 2023
1 parent f034135 commit a40a7f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/redux/auth-operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const authenticationApi = createApi({
query: ({ newPassword, token }) => ({
url: `/change/password/restore?newPassword=${newPassword}&token=${token}`,
method: 'PATCH',
headers: { Authorization: `Bearer ${ajwt}` },
}),
}),
}),
Expand Down

0 comments on commit a40a7f0

Please sign in to comment.