Skip to content

Commit

Permalink
fix: resend code forgot password (#4773)
Browse files Browse the repository at this point in the history
* fix: resend code forgot password

* Create tidy-kids-rush.md
  • Loading branch information
thaddmt committed Nov 20, 2023
1 parent ddd1573 commit bb141a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-kids-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/ui": patch
---

fix: resend code forgot password
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function forgotPasswordActor({
tags: 'pending',
entry: ['clearError', 'sendUpdate'],
invoke: {
src: 'resetPassword',
src: 'handleResetPassword',
onDone: { target: 'idle' },
onError: { actions: 'setRemoteError', target: 'idle' },
},
Expand Down

0 comments on commit bb141a7

Please sign in to comment.