From 009d3fac741344e929ac8abf3ebef37dceede387 Mon Sep 17 00:00:00 2001 From: shreeharsha-factly Date: Fri, 19 Nov 2021 17:21:39 +0530 Subject: [PATCH] fix oidc component --- web/src/components/Auth/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/src/components/Auth/index.js b/web/src/components/Auth/index.js index aec50553..cba5c90c 100644 --- a/web/src/components/Auth/index.js +++ b/web/src/components/Auth/index.js @@ -110,7 +110,13 @@ function Auth(props) { {title} - ] : []} title={props.flow} style={{ width: 400 }}> + each.group === 'oidc').length > 0 ? [] : [] + } + title={props.flow} + style={{ width: 400 }} + >
{ui.nodes && ui.nodes.messages ? (