provide sensibile defaults for PasswordLogin
This commit is contained in:
@@ -34,6 +34,8 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
|
||||
return {
|
||||
onUsernameChanged: function() {},
|
||||
onPasswordChanged: function() {},
|
||||
initialUsername: "",
|
||||
initialPassword: "",
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user