-
Notifications
You must be signed in to change notification settings - Fork 428
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
fix(login): fix issue where logo is not shown on custom auth providers #5002
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
No changes to documentation |
Component Testing Report Updated Oct 18, 2023 2:50 PM (UTC)
|
* chore(core/form/inputs): remove outdated workshop case Remove this non-working workshop left over from v2 * refactor(core/form/inputs): deprecate block marker callbacks and support * doc(types): add ts doc comments to block schema types * doc(sanity): add TS-doc for block content related types
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.
Nice one!
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.
Nice!
Description
Fixes an issue where custom logo would not show up on custom auth providers unless the name of the provider was
custom
and even in that case it would throw an error since the provider prop was not passed to the component.What to review
Change makes sense
Notes for release