UserSettingsCard does not submit on enter keypress for 'password' method
Opened this issue · 0 comments
blackbird-rmw commented
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
UserSettingsCard does not submit on enter keypress for 'password' method but works when pressing 'save' in next.js.
Reproducing the bug
Use UserSettingsCard to change the users password, type new password then press enter. Notice the form doesn't submit. Press save, notice form submits correctly.
Relevant log output
none
Relevant configuration
No response
Version
0.1.0-beta.14
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
production
Additional Context
No response