Fix warning about uncontrolled vs. controlled state
This commit is contained in:
parent
d3c7a7ff1f
commit
4db1d04764
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
||||||
// does the server offer a UI auth flow with just m.login.password
|
// does the server offer a UI auth flow with just m.login.password
|
||||||
// for /keys/device_signing/upload?
|
// for /keys/device_signing/upload?
|
||||||
canUploadKeysWithPasswordOnly: null,
|
canUploadKeysWithPasswordOnly: null,
|
||||||
accountPassword: props.accountPassword,
|
accountPassword: props.accountPassword || "",
|
||||||
accountPasswordCorrect: null,
|
accountPasswordCorrect: null,
|
||||||
// status of the key backup toggle switch
|
// status of the key backup toggle switch
|
||||||
useKeyBackup: true,
|
useKeyBackup: true,
|
||||||
|
|
Loading…
Reference in a new issue