-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: show social sign in on credentials select #343
Conversation
Adds a story book component for identifier first credentials select. Closes #342
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #343 +/- ##
==========================================
- Coverage 42.43% 42.13% -0.30%
==========================================
Files 136 138 +2
Lines 2008 2110 +102
Branches 288 313 +25
==========================================
+ Hits 852 889 +37
- Misses 1149 1209 +60
- Partials 7 12 +5
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return !exclude.includes(node.group) | ||
}) | ||
|
||
console.log(otherNodes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log(otherNodes) |
? listOnly(Object.keys(providers).filter((key) => providers[key])) | ||
: LoginFlowFromJSON(oidcNodes) | ||
|
||
console.log({ flow, oidcNodes }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log({ flow, oidcNodes }) |
I don't think this is the right approach. #358 |
Pull request was closed
Adds a story book component for identifier first credentials select.
Closes #342