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.
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(account-settings): ChangePassword component #2885
feat(account-settings): ChangePassword component #2885
Changes from all commits
855a3b0
f967b43
b0f023c
13c8c24
f9f4644
4c796d5
c1a69e5
8b1e7c1
517ed84
906160f
6301e18
0486c3b
1174e12
2377b8e
3ed87af
9646425
95caea4
1efd39f
7f52d4c
fb36407
9ed25b2
05472b6
a6fbeb7
f2e29b8
ccddcbc
d871d2f
97936ee
4ea9fa4
6a9d385
12a0292
891014f
b1796f0
975f89f
e1ba995
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
We could simplify these 2 lines I think:
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.
I've initially tried this, but
onSubmit
handler forFlex as="form"
had TS errors:I'll create a repro and submit an issue. I think we can address this later after then.
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.
FYI created #2891