Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

login form back button goes to chooseaccount conditionally

+3 -1
+3 -1
src/screens/Login/index.tsx
··· 106 106 initialHandle={initialHandle} 107 107 setError={setError} 108 108 setServiceUrl={setServiceUrl} 109 - onPressBack={onPressBack} 109 + onPressBack={() => 110 + accounts.length ? gotoForm(Forms.ChooseAccount) : onPressBack() 111 + } 110 112 onPressForgotPassword={onPressForgotPassword} 111 113 onPressRetryConnect={refetchService} 112 114 />