-
Notifications
You must be signed in to change notification settings - Fork 55
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
DXCDT-544: Add universal-login customize
command
#882
Merged
Merged
Conversation
This file contains 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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #882 +/- ##
==========================================
- Coverage 73.40% 72.90% -0.51%
==========================================
Files 92 93 +1
Lines 11895 12337 +442
==========================================
+ Hits 8732 8994 +262
- Misses 2647 2822 +175
- Partials 516 521 +5
☔ View full report in Codecov by Sentry. |
Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
Send branding data on websocket message request
* Add make command to generate universal-login preview assets * Add universal-login preview assets * Add route to serve universal-login customize assets * Update assets * Minor tweaks to web server url path * Update assets * Add npm install to make assets * Remove ws_port query param * Update assets * Tiny improvements
Expand test coverage for ul customize
Exclude global client from fetch all apps in ul customize
Update ul customize assets
sergiught
force-pushed
the
feature/auth0-universal-login-customize
branch
from
November 1, 2023 09:42
2c77d49
to
ad1ff8c
Compare
* Adding notification in storybook * Adding notification in CLI * Adjust command path in helper text --------- Co-authored-by: Will Vedder <will.vedder@okta.com> Co-authored-by: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com>
willvedd
approved these changes
Nov 2, 2023
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.
Great! 🎉
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.
🔧 Changes
This PR adds the
auth0 universal-login customize
command that allows users to preview all branding customizations in a browser window.📚 References
🔬 Testing
📝 Checklist