mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
provide sensibile defaults for PasswordLogin
This commit is contained in:
parent
0bb58dd60c
commit
a82d3710d1
@ -34,6 +34,8 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
|
||||
return {
|
||||
onUsernameChanged: function() {},
|
||||
onPasswordChanged: function() {},
|
||||
initialUsername: "",
|
||||
initialPassword: "",
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user