Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Jan 29, 2025
1 parent 27f6750 commit a9eae2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/machines/ResetPasswordMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ export function createResetPasswordMachine() {
COMPLETE: {
target: "ProcessCaptcha",
},
// BYPASS: {
// target: "EmailLinkSent",
// },
},
},
ProcessCaptcha: {
Expand All @@ -111,7 +108,6 @@ export function createResetPasswordMachine() {
target: "#resetPassword.FinaliseResetPassword",
},
CHOOSE_SECURITY_KEY: {
// target: "ResetPasswordEnterEmail",
target: "Finished",
},
GO_BACK: {
Expand Down

0 comments on commit a9eae2e

Please sign in to comment.