fix: add identity provider icon fallback#3008
Conversation
Greptile SummaryThis PR fixes a crash/broken render in the user identities table when an OAuth provider ID is not found in the Confidence Score: 5/5Safe to merge — targeted, minimal fix with no new logic paths or regressions introduced. The change is small and well-scoped: it guards against a undefined dereference on an unknown provider ID, adds a clean fallback, and correctly uses conditional rendering. No security concerns, no breaking changes, and the oAuthProviders object already covers all known providers with non-optional icon fields. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix: add identity provider icon fallback" | Re-trigger Greptile |
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)