Skip to content

Commit ef8b604

Browse files
Remove console.log
1 parent 63f7e10 commit ef8b604

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

portal/src/graphql/portal/SingleSignOnConfigurationWidget.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ export function useSingleSignOnConfigurationWidget(
274274
return providers.length;
275275
});
276276

277-
console.log("providerIndex", providerIndex);
278-
279277
const disabled = useMemo(() => {
280278
const providersConfig = oauthSSOFeatureConfig?.providers ?? {};
281279
const providerConfig = providersConfig[

0 commit comments

Comments
 (0)