Bluesky app fork with some witchin' additions 💫

reenable set new password button

-2
-2
src/screens/Login/SetNewPasswordForm.tsx
··· 44 44 const [password, setPassword] = useState<string>('') 45 45 46 46 const onPressNext = async () => { 47 - onPasswordSet() 48 - if (Math.random() > 0) return 49 47 // Check that the code is correct. We do this again just incase the user enters the code after their pw and we 50 48 // don't get to call onBlur first 51 49 const formattedCode = checkAndFormatResetCode(resetCode)