浏览代码

WIP

bubble
Kyle Shockey 7 年前
父节点
当前提交
d677e534c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/core/components/auth/oauth2.jsx

+ 1
- 1
src/core/components/auth/oauth2.jsx 查看文件

@@ -107,7 +107,7 @@ export default class Oauth2 extends React.Component {

return (
<div>
<h4>OAuth2.0 <JumpToPath path={[ "securityDefinitions", name ]} /></h4>
<h4>{name} (OAuth2, { schema.get("flow") }) <JumpToPath path={[ "securityDefinitions", name ]} /></h4>
{ !this.state.appName ? null : <h5>Application: { this.state.appName } </h5> }
{ description && <Markdown source={ schema.get("description") } /> }



正在加载...
取消
保存