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:
Raymond Berger
2022-03-15 14:42:18 -04:00
committed by GitHub
parent 076b46cc47
commit d064198c37

View File

@@ -112,7 +112,7 @@ export default class HttpAuth extends React.Component {
<label>Value:</label>
{
value ? <code> ****** </code>
: <Col><Input type="text" onChange={ this.onChange } autoFocus/></Col>
: <Col><Input type="text" name="bearer" onChange={ this.onChange } autoFocus/></Col>
}
</Row>
{