Skip to content

Commit

Permalink
feat: allow pasting passwords in the wallet creation flow (#1690)
Browse files Browse the repository at this point in the history
- Closes #1689
  • Loading branch information
helciofranco authored Dec 9, 2024
1 parent 4fe865a commit ae32804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-olives-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": minor
---

Allow pasting passwords in the "Confirm Password" step during wallet creation.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ export function CreatePassword({
autoComplete="new-password"
placeholder="Confirm your password"
aria-label="Confirm Password"
onPaste={
IS_DEVELOPMENT ? undefined : (e) => e.preventDefault()
}
onChange={(e) => {
field.onChange(e);
debouncedValidate();
Expand Down

0 comments on commit ae32804

Please sign in to comment.