feat: introduce social identity provider support in Gamma Console login#16364
Merged
jgiovaresco merged 1 commit intomasterfrom Apr 14, 2026
Merged
feat: introduce social identity provider support in Gamma Console login#16364jgiovaresco merged 1 commit intomasterfrom
jgiovaresco merged 1 commit intomasterfrom
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
jourdiw
reviewed
Apr 13, 2026
Comment on lines
+20
to
+23
| transformIgnorePatterns: ['/node_modules/(?!(until-async|@gravitee/graphene)/)'], | ||
| moduleNameMapper: { | ||
| '^@gravitee/graphene$': '<rootDir>/../../node_modules/@gravitee/graphene/dist/index.js', | ||
| }, |
Contributor
There was a problem hiding this comment.
What error were you getting with this? Perhaps something we can improve on the lib side of things?
Contributor
Author
There was a problem hiding this comment.
I have this error:
Cannot find module '@gravitee/graphene' from 'src/features/auth/components/LoginPage.tsx'
321d1c9 to
06ca629
Compare
jourdiw
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Show the configured IdP provider in the Login page
with color defined (light):

without color defined (light):

with color defined (dark):

without color defined (dark):

Additional context