Skip to content

Commit

Permalink
Update apps/console/src/features/connections/components/authenticator…
Browse files Browse the repository at this point in the history
…-grid.tsx

Co-authored-by: Jayashakthi Perera <jayashakthiperera@gmail.com>
  • Loading branch information
NipuniBhagya and JayaShakthi97 authored Oct 26, 2023
1 parent a12d9f4 commit 4acae73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export const AuthenticatorGrid: FunctionComponent<AuthenticatorGridPropsInterfac
? authenticator?.image
? ConnectionsManagementUtils.resolveConnectionResourcePath(
"", authenticator?.image)
: getConnectionIcons().default
: getConnectionIcons().default
: isOrganizationSSOIDP
? AuthenticatorMeta.getAuthenticatorIcon(
(authenticator as ConnectionInterface)
Expand Down

0 comments on commit 4acae73

Please sign in to comment.