Skip to content

Commit

Permalink
dr dick removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Huss committed Jun 6, 2022
1 parent 5bcff24 commit 090abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/routes/AdminRoutes/ManageGateways.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const AdminCreateGateway = () => {
method: "POST",
headers: {
"Content-type": "application/json",
Authorization: `Bearer ${token}_dr_dick`,
Authorization: `Bearer ${token}`,
},
body: JSON.stringify({
name,
Expand Down

0 comments on commit 090abb2

Please sign in to comment.