We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c8a73 commit a740f3dCopy full SHA for a740f3d
src/core/components/auth/api-key-auth.jsx
@@ -52,8 +52,7 @@ export default class ApiKeyAuth extends React.Component {
52
return (
53
<div>
54
<h4>
55
- <code>{ name || schema.get("name") }</code>
56
- (apiKey)
+ <code>{ name || schema.get("name") }</code> (apiKey)
57
<JumpToPath path={[ "securityDefinitions", name ]} />
58
</h4>
59
{ value && <h6>Authorized</h6>}
0 commit comments