Skip to content

Commit d064198

Browse files
RayBBchar0ntim-lai
authoredMar 15, 2022
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>
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

+1-1
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)
Please sign in to comment.