- 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:
parent
3294c6b5c5
commit
061c8217b3
3 changed files with 0 additions and 19 deletions
|
@ -122,7 +122,6 @@ describe("CreateSecretStorageDialog", () => {
|
|||
expect(modalSpy).toHaveBeenCalledWith(
|
||||
RestoreKeyBackupDialog,
|
||||
{
|
||||
keyCallback: expect.any(Function),
|
||||
showSummary: false,
|
||||
},
|
||||
undefined,
|
||||
|
@ -200,7 +199,6 @@ describe("CreateSecretStorageDialog", () => {
|
|||
expect(modalSpy).toHaveBeenCalledWith(
|
||||
RestoreKeyBackupDialog,
|
||||
{
|
||||
keyCallback: expect.any(Function),
|
||||
showSummary: false,
|
||||
},
|
||||
undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue