mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 11:21:07 +02:00
Rename device signing auth param
This commit is contained in:
parent
6140803b7f
commit
c32c1d201c
@ -47,7 +47,7 @@ export default class CrossSigningPanel extends React.PureComponent {
|
||||
try {
|
||||
const InteractiveAuthDialog = sdk.getComponent("dialogs.InteractiveAuthDialog");
|
||||
await MatrixClientPeg.get().bootstrapSecretStorage({
|
||||
doInteractiveAuthFlow: async (makeRequest) => {
|
||||
authUploadDeviceSigningKeys: async (makeRequest) => {
|
||||
const { finished } = Modal.createTrackedDialog(
|
||||
'Cross-signing keys dialog', '', InteractiveAuthDialog,
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user