Skip to content

Commit 791b460

Browse files
authored
Merge pull request #645 from bbiggerr/fix/remove-api-oauth
[fix] Remove background API oauth rendering
2 parents 9670763 + 4286785 commit 791b460

File tree

1 file changed

+0
-1
lines changed
  • src/components/5_templates

1 file changed

+0
-1
lines changed

src/components/5_templates/api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ class apiPage extends React.Component {
119119
escapeHtml={false}
120120
className="my-8 api-desc"
121121
/>
122-
{m.security && <Security oauth={m.security[1].oauth} />}
123122
{n.parameters && (
124123
<div className="my-8">
125124
<h3 className="mb-2">Path Parameters</h3>

0 commit comments

Comments
 (0)