mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
add comment
This commit is contained in:
parent
5d98c6f02d
commit
69cf64249f
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ export default class DeactivateAccountDialog extends React.Component<IProps, ISt
|
|||
<InteractiveAuth
|
||||
matrixClient={MatrixClientPeg.get()}
|
||||
authData={this.state.authData}
|
||||
// XXX: onUIAuthComplete breaches the expected method contract, it gets away with it because it
|
||||
// knows the entire app is about to die as a result of the account deactivation.
|
||||
makeRequest={this.onUIAuthComplete as any}
|
||||
onAuthFinished={this.onUIAuthFinished}
|
||||
onStagePhaseChange={this.onStagePhaseChange}
|
||||
|
|
Loading…
Reference in a new issue