mirror of https://github.com/vector-im/riot-web
Fix warning about uncontrolled vs. controlled state
parent
d3c7a7ff1f
commit
4db1d04764
|
@ -83,7 +83,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||
// does the server offer a UI auth flow with just m.login.password
|
||||
// for /keys/device_signing/upload?
|
||||
canUploadKeysWithPasswordOnly: null,
|
||||
accountPassword: props.accountPassword,
|
||||
accountPassword: props.accountPassword || "",
|
||||
accountPasswordCorrect: null,
|
||||
// status of the key backup toggle switch
|
||||
useKeyBackup: true,
|
||||
|
|
Loading…
Reference in New Issue