We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9670763 + 4286785 commit 791b460Copy full SHA for 791b460
1 file changed
src/components/5_templates/api.js
@@ -119,7 +119,6 @@ class apiPage extends React.Component {
119
escapeHtml={false}
120
className="my-8 api-desc"
121
/>
122
- {m.security && <Security oauth={m.security[1].oauth} />}
123
{n.parameters && (
124
<div className="my-8">
125
<h3 className="mb-2">Path Parameters</h3>
0 commit comments