From e31fcb1a6d8820fdbd05b34aa169839214b7a240 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 15 Mar 2024 13:54:23 +0000 Subject: [PATCH] reenable set new password button --- src/screens/Login/SetNewPasswordForm.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screens/Login/SetNewPasswordForm.tsx b/src/screens/Login/SetNewPasswordForm.tsx index 2685ad5ee8..8fbd798c88 100644 --- a/src/screens/Login/SetNewPasswordForm.tsx +++ b/src/screens/Login/SetNewPasswordForm.tsx @@ -44,8 +44,6 @@ export const SetNewPasswordForm = ({ const [password, setPassword] = useState('') const onPressNext = async () => { - onPasswordSet() - if (Math.random() > 0) return // Check that the code is correct. We do this again just incase the user enters the code after their pw and we // don't get to call onBlur first const formattedCode = checkAndFormatResetCode(resetCode)