Commit e4f75af5 authored by afc163's avatar afc163

Add username/password hint

parent a0ecd045
......@@ -61,7 +61,7 @@ export default class LoginPage extends Component {
login.status === 'error' &&
login.type === 'account' &&
!login.submitting &&
this.renderMessage('账户或密码错误')
this.renderMessage('账户或密码错误(admin/888888)')
}
<UserName name="userName" placeholder="admin/user" />
<Password name="password" placeholder="888888/123456" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment