Restore autocomplete in some cases
This commit is contained in:
parent
f6fcbc80af
commit
287429d651
3 changed files with 0 additions and 3 deletions
|
@ -37,7 +37,6 @@ const LoginForm: React.FC<ILoginForm> = ({ isLoading, handleSubmit }) => {
|
|||
placeholder={intl.formatMessage(messages.username)}
|
||||
type='text'
|
||||
name='username'
|
||||
autoComplete='off'
|
||||
autoCorrect='off'
|
||||
autoCapitalize='off'
|
||||
required
|
||||
|
|
|
@ -51,7 +51,6 @@ const ExternalLoginForm: React.FC = () => {
|
|||
type='text'
|
||||
name='host'
|
||||
onChange={handleHostChange}
|
||||
autoComplete='off'
|
||||
autoCorrect='off'
|
||||
autoCapitalize='off'
|
||||
required
|
||||
|
|
|
@ -132,7 +132,6 @@ const Header = () => {
|
|||
type='text'
|
||||
placeholder={intl.formatMessage(messages.username)}
|
||||
className='max-w-[200px]'
|
||||
autoComplete='off'
|
||||
autoCorrect='off'
|
||||
autoCapitalize='off'
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue