Followup type-check fixes for bootstrapCrossSigning callback (#8753)
This commit is contained in:
parent
2f7f36ac85
commit
527da1c5e7
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ export default class CreateCrossSigningDialog extends React.PureComponent<IProps
|
|||
}
|
||||
}
|
||||
|
||||
private doBootstrapUIAuth = async (makeRequest: (authData: any) => Promise<void>): Promise<void> => {
|
||||
private doBootstrapUIAuth = async (makeRequest: (authData: any) => Promise<{}>): Promise<void> => {
|
||||
if (this.state.canUploadKeysWithPasswordOnly && this.state.accountPassword) {
|
||||
await makeRequest({
|
||||
type: 'm.login.password',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue