Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jan 9, 2025
1 parent 63f7e10 commit ef8b604
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions portal/src/graphql/portal/SingleSignOnConfigurationWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ export function useSingleSignOnConfigurationWidget(
return providers.length;
});

console.log("providerIndex", providerIndex);

const disabled = useMemo(() => {
const providersConfig = oauthSSOFeatureConfig?.providers ?? {};
const providerConfig = providersConfig[
Expand Down

0 comments on commit ef8b604

Please sign in to comment.