You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
provide sensibile defaults for PasswordLogin
This commit is contained in:
@@ -34,6 +34,8 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
|
|||||||
return {
|
return {
|
||||||
onUsernameChanged: function() {},
|
onUsernameChanged: function() {},
|
||||||
onPasswordChanged: function() {},
|
onPasswordChanged: function() {},
|
||||||
|
initialUsername: "",
|
||||||
|
initialPassword: "",
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user