Skip to content

Commit

Permalink
Merge pull request #409 from factly/enable-recovery
Browse files Browse the repository at this point in the history
enable recovery flow
  • Loading branch information
vsumit89 authored Aug 14, 2023
2 parents aab3a48 + 1bf6c8a commit 1c8ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/recovery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function Recovery() {
recoverPasswordForm.appendChild(csrfInput);
recoverPasswordForm.appendChild(methodInput);
document.body.appendChild(recoverPasswordForm);
// recoverPasswordForm.submit();
recoverPasswordForm.submit();
};

return (
Expand Down

0 comments on commit 1c8ae7b

Please sign in to comment.