reenable set new password button

zio/stable
Samuel Newman 2024-03-15 13:54:23 +00:00
parent 7d69570a44
commit e31fcb1a6d
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ export const SetNewPasswordForm = ({
const [password, setPassword] = useState<string>('')
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)