1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-22 04:02:40 +03:00

Correct stale name in props

This commit is contained in:
J. Ryan Stinnett
2019-01-29 12:17:01 -06:00
parent 23fc4417e8
commit 3f4001f1fe

View File

@@ -40,7 +40,7 @@ class PasswordLogin extends React.Component {
initialPhoneNumber: "",
initialPassword: "",
loginIncorrect: false,
hsDomain: "",
hsUrl: "",
hsName: null,
disableSubmit: false,
}