Skip to content

Commit d064198

Browse files
RayBBchar0ntim-lai
authored
fix(auth): add name tag to bearer input field (#7743)
Co-authored-by: Vladimir Gorej <[email protected]> Co-authored-by: Tim Lai <[email protected]>
1 parent 076b46c commit d064198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/plugins/oas3/components/http-auth.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default class HttpAuth extends React.Component {
112112
<label>Value:</label>
113113
{
114114
value ? <code> ****** </code>
115-
: <Col><Input type="text" onChange={ this.onChange } autoFocus/></Col>
115+
: <Col><Input type="text" name="bearer" onChange={ this.onChange } autoFocus/></Col>
116116
}
117117
</Row>
118118
{

0 commit comments

Comments
 (0)