You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Use crypto.isCrossSigningReady
in CrossSigningPanel
(#11080)
This commit is contained in:
@ -167,5 +167,6 @@ export const mockClientMethodsCrypto = (): Partial<
|
||||
userSigningKey: true,
|
||||
},
|
||||
}),
|
||||
isCrossSigningReady: jest.fn().mockResolvedValue(true),
|
||||
}),
|
||||
});
|
||||
|
Reference in New Issue
Block a user