PLT-486: Remove spell check feature from input boxes during signup flow
Add spellcheck="false" attribute to login and signup form inputs
Этот коммит содержится в:
@@ -69,6 +69,7 @@ export default class PasswordResetForm extends React.Component {
|
||||
name='password'
|
||||
ref='password'
|
||||
placeholder='Password'
|
||||
spellCheck='false'
|
||||
/>
|
||||
</div>
|
||||
{error}
|
||||
|
||||
Ссылка в новой задаче
Block a user