Skip to content

Commit 190fc3c

Browse files
committed
hot fix on set recovery
1 parent 4b3b33b commit 190fc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/client/src/pages/Show/SetRecovery.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SetRecovery = ({ address, onClose, show }) => {
3030
const { otpInput, otp2Input } = otpState
3131
const resetOtp = otpState.resetOtp
3232

33-
const helpers = ShowUtils.buildHelpers({
33+
const { prepareValidation, ...helpers } = ShowUtils.buildHelpers({
3434
setStage,
3535
resetOtp,
3636
network,

0 commit comments

Comments
 (0)