Skip to content

Commit a40a7f0

Browse files
deleted header
1 parent f034135 commit a40a7f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/redux/auth-operations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const authenticationApi = createApi({
4848
query: ({ newPassword, token }) => ({
4949
url: `/change/password/restore?newPassword=${newPassword}&token=${token}`,
5050
method: 'PATCH',
51-
headers: { Authorization: `Bearer ${ajwt}` },
5251
}),
5352
}),
5453
}),

0 commit comments

Comments
 (0)