···4444 const [password, setPassword] = useState<string>('')
45454646 const onPressNext = async () => {
4747- onPasswordSet()
4848- if (Math.random() > 0) return
4947 // Check that the code is correct. We do this again just incase the user enters the code after their pw and we
5048 // don't get to call onBlur first
5149 const formattedCode = checkAndFormatResetCode(resetCode)