Removed redundant "In:" label from Bearer auth dialog
This commit is contained in:
@@ -108,9 +108,6 @@ export default class HttpAuth extends React.Component {
|
|||||||
<Row>
|
<Row>
|
||||||
<Markdown source={ schema.get("description") } />
|
<Markdown source={ schema.get("description") } />
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
|
||||||
<p>In: <code>{ schema.get("in") }</code></p>
|
|
||||||
</Row>
|
|
||||||
<Row>
|
<Row>
|
||||||
<label>Value:</label>
|
<label>Value:</label>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user