Skip to content

Commit

Permalink
fix bearer authorization (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Nov 8, 2023
1 parent 99a3107 commit 40c061f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function getCurlLines(
parts.push({
type: "param",
paramKey: "--header",
value: `Authorization <${tokenName}>`,
value: `Authorization: Bearer <${tokenName}>`,
});
},
header: ({ headerWireValue, nameOverride = headerWireValue }) => {
Expand Down

1 comment on commit 40c061f

@vercel
Copy link

@vercel vercel bot commented on 40c061f Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fern-dev – ./packages/ui/fe-bundle

fern-dev-git-main-buildwithfern.vercel.app
fern-dev-buildwithfern.vercel.app
app-dev.buildwithfern.com
devtest.buildwithfern.com

Please sign in to comment.