- Remove deprecated MatrixClient.keyBackupKeyFromPassword call. (#28233)
- The `keyBackupKeyFromPassword` call is bound to the `keyCallback` props in `RestoreKeyBackupDialog` which is not used in `CreateSecretStorageDialog` - Remove code bound to `keyCallback` props
This commit is contained in:
@@ -404,13 +404,10 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
|
||||
};
|
||||
|
||||
private restoreBackup = async (): Promise<void> => {
|
||||
const keyCallback = (k: Uint8Array): void => {};
|
||||
|
||||
const { finished } = Modal.createDialog(
|
||||
RestoreKeyBackupDialog,
|
||||
{
|
||||
showSummary: false,
|
||||
keyCallback,
|
||||
},
|
||||
undefined,
|
||||
/* priority = */ false,
|
||||
|
||||
Reference in New Issue
Block a user