Skip to content

Commit

Permalink
changed line 13 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 babbe05 commit ffa855f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/components/HeaderBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ const HeaderBar = (props) => {
header, authType, handleChange,
} = props;

console.log(authType);
return (
<div>
<p>Headers</p>
<form>
<select name='header' id='headerTypeInput' multiple={false} value={header}
<select name='Authentication' id='headerTypeInput' multiple={false} value={header}
onChange={handleChange} >
<option value='Authorization'>Authorization</option>
<option value='NONE'>none</option>
Expand Down

0 comments on commit ffa855f

Please sign in to comment.