diff --git a/app/screens/login/form.tsx b/app/screens/login/form.tsx index ca25b43cb..be633f46a 100644 --- a/app/screens/login/form.tsx +++ b/app/screens/login/form.tsx @@ -316,6 +316,7 @@ const LoginForm = ({config, extra, keyboardAwareRef, serverDisplayName, launchEr autoCapitalize={'none'} blurOnSubmit={false} containerStyle={styles.inputBoxEmail} + autoComplete='email' disableFullscreenUI={true} enablesReturnKeyAutomatically={true} error={error ? ' ' : ''} @@ -336,6 +337,7 @@ const LoginForm = ({config, extra, keyboardAwareRef, serverDisplayName, launchEr autoCapitalize={'none'} blurOnSubmit={false} containerStyle={styles.inputBoxPassword} + autoComplete='current-password' disableFullscreenUI={true} enablesReturnKeyAutomatically={true} error={error}