Skip to content

Commit

Permalink
changed to reflect Authentication per conor's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaldblanc committed Jun 13, 2019
1 parent ffa855f commit 1ff7d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/components/RequestBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const RequestBar = (props) => {
else if (name === 'uri') setUri(value);

// header info
if (name === 'header') setHeaderType(value);
if (name === 'Authentication') setHeaderType(value);
if (name === 'headerKey') setHeaderKey(`Bearer ${value}`);

};
Expand Down

0 comments on commit 1ff7d39

Please sign in to comment.