From b339ebd261794177b540da6a2bd829d699afd43d Mon Sep 17 00:00:00 2001 From: marcinbodnardesktop Date: Tue, 19 May 2020 01:36:40 +0200 Subject: [PATCH] Fix typo (#481) --- src/components/profile/Recovery/ActiveMethod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/Recovery/ActiveMethod.js b/src/components/profile/Recovery/ActiveMethod.js index 183ccd3640..f362ba0438 100644 --- a/src/components/profile/Recovery/ActiveMethod.js +++ b/src/components/profile/Recovery/ActiveMethod.js @@ -176,7 +176,7 @@ class ActiveMethod extends Component { placeholder={translate('recoveryMgmt.disableInputPlaceholder')} value={username} onChange={e => this.setState({ username: e.target.value })} - autocomplete='off' + autoComplete='off' spellCheck='false' /> )}