fix(auth): add name tag to bearer input field (#7743)
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com> Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
@@ -112,7 +112,7 @@ export default class HttpAuth extends React.Component {
|
|||||||
<label>Value:</label>
|
<label>Value:</label>
|
||||||
{
|
{
|
||||||
value ? <code> ****** </code>
|
value ? <code> ****** </code>
|
||||||
: <Col><Input type="text" onChange={ this.onChange } autoFocus/></Col>
|
: <Col><Input type="text" name="bearer" onChange={ this.onChange } autoFocus/></Col>
|
||||||
}
|
}
|
||||||
</Row>
|
</Row>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user