diff --git a/src/pages/academy/components/_subscribe.js b/src/pages/academy/components/_subscribe.js index ab2dafb8ddd..b6e0d81a813 100644 --- a/src/pages/academy/components/_subscribe.js +++ b/src/pages/academy/components/_subscribe.js @@ -351,7 +351,6 @@ const Subscribe = () => { handleError={clearName} onChange={handleInputNameChange} onBlur={handleValidation} - autoFocus={true} autoComplete="off" border="unset" height="40px" @@ -374,7 +373,6 @@ const Subscribe = () => { handleError={clearEmail} onChange={handleInputChange} onBlur={handleValidation} - autoFocus={true} autoComplete="off" required border="unset"