-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fixed change passsword dialog onclose #667
Fixed change passsword dialog onclose #667
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #667 +/- ##
==========================================
+ Coverage 72.64% 72.67% +0.02%
==========================================
Files 89 89
Lines 1126 1127 +1
Branches 247 246 -1
==========================================
+ Hits 818 819 +1
- Misses 130 131 +1
+ Partials 178 177 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
looks good, seems to be working
So we can get clean build on example |
@JeffGreiner-eaton Done. Please review. |
Visit the preview URL for this PR (updated for commit 10807bf): https://blui-react-login--pr667-bug-6323-656-fix-cha-hipc2q0a.web.app (expires Sat, 23 Nov 2024 09:33:47 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1e9064d2e35ed37fe01e053587ea5f209719a043 |
Fixes # BLUI-6323 #656
Changes proposed in this Pull Request:
Screenshots / Screen Recording (if applicable)
Screen.Recording.2024-11-19.at.6.02.40.PM.mov
To Test:
AuthUIActions.tsx
changepassword action to throw an error<ChangePasswordDialog dialogDescription={t('CHANGE_PASSWORD.DESCRIPTION')} open={app.showChangePasswordDialog} onFinish={(): void => { app.setShowChangePasswordDialog(false); }} onPrevious={(): void => { app.setShowChangePasswordDialog(false); }} errorDisplayConfig={{ onClose: (): void => { app.setShowChangePasswordDialog(false); }, }} />
Any specific feedback you are looking for?