From d677e534c38ab74173dd88f0669173e0a11efe9c Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Fri, 13 Oct 2017 21:23:45 -0700 Subject: [PATCH] WIP --- src/core/components/auth/oauth2.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/components/auth/oauth2.jsx b/src/core/components/auth/oauth2.jsx index 2611779a..27024733 100644 --- a/src/core/components/auth/oauth2.jsx +++ b/src/core/components/auth/oauth2.jsx @@ -107,7 +107,7 @@ export default class Oauth2 extends React.Component { return (
-

OAuth2.0

+

{name} (OAuth2, { schema.get("flow") })

{ !this.state.appName ? null :
Application: { this.state.appName }
} { description && }