OSDN Git Service

more user friendly used in register page
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 24 Apr 2018 10:58:11 +0000 (18:58 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 24 Apr 2018 10:58:11 +0000 (18:58 +0800)
src/features/app/components/Register/Register.jsx

index 614b250..5688254 100644 (file)
@@ -84,8 +84,7 @@ class Register extends React.Component {
                 <TextField
                   title={lang === 'zh' ? '账户别名' : 'Account Alias'}
                   placeholder={lang === 'zh' ? '请输入账户别名...' : 'Please enter the account alias...'}
-                  fieldProps={accountAlias}
-                  autoFocus={true}/>
+                  fieldProps={accountAlias} />
                 <TextField
                   title={lang === 'zh' ? '密钥别名' : 'Key Alias'}
                   placeholder={lang === 'zh' ? '请输入密钥别名...' : 'Please enter the key alias...'}