provide sensibile defaults for PasswordLogin

pull/21833/head
Matthew Hodgson 2016-03-06 18:42:09 -05:00
parent 0bb58dd60c
commit a82d3710d1
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
return {
onUsernameChanged: function() {},
onPasswordChanged: function() {},
initialUsername: "",
initialPassword: "",
};
},