Skip to content
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(reset) validate email on reset password, avoid submitting with an invalid email address #396

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

edlerd
Copy link
Contributor

@edlerd edlerd commented Dec 17, 2024

fixes #385

@edlerd edlerd requested a review from a team as a code owner December 17, 2024 17:26
ui/components/NodeInputEmail.tsx Outdated Show resolved Hide resolved
ui/components/NodeInputEmail.tsx Outdated Show resolved Hide resolved
… invalid email address. fixes canonical#385

Signed-off-by: David Edler <david.edler@canonical.com>
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.77%. Comparing base (0ffe428) to head (52eb068).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #396   +/-   ##
=======================================
  Coverage   70.77%   70.77%           
=======================================
  Files          15       15           
  Lines        1728     1728           
=======================================
  Hits         1223     1223           
  Misses        442      442           
  Partials       63       63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can submit a reset password request even if an email is incorrect
3 participants