-
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
Fix/4706 change pw dialog props #476
Conversation
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.
Please resolve the conflicts.
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.
Please resolve the conflicts.
…into fix/4706-change-pw-dialog-props
Visit the preview URL for this PR (updated for commit a4591d4): https://blui-react-login--pr476-fix-4706-change-pw-d-alg8b2e8.web.app (expires Mon, 18 Sep 2023 05:49:21 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1e9064d2e35ed37fe01e053587ea5f209719a043 |
Done @surajeaton , please review. |
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.
Looks good to me
Fixes 4706 .
Changes proposed in this Pull Request:
Screenshots / Screen Recording (if applicable)
To Test:
<ChangePasswordDialog currentPasswordChange={(currentPassword: string) => { console.log('Print Current Password', currentPassword); }} loading={false} open={app.showChangePasswordDialog} onPrevious={(): void => app.setShowChangePasswordDialog(false)} onSubmit={(): void => app.setShowChangePasswordDialog(false)} onFinish={(): void => logOut()} />
Any specific feedback you are looking for?