diff --git a/src/components/views/auth/InteractiveAuthEntryComponents.tsx b/src/components/views/auth/InteractiveAuthEntryComponents.tsx index 06263a026f..7b7ca0061f 100644 --- a/src/components/views/auth/InteractiveAuthEntryComponents.tsx +++ b/src/components/views/auth/InteractiveAuthEntryComponents.tsx @@ -106,11 +106,11 @@ interface IAuthEntryProps { matrixClient: MatrixClient; loginType: string; authSessionId: string; - submitAuthDict: (auth: IAuthDict) => void; errorText?: string; // Is the auth logic currently waiting for something to happen? busy?: boolean; onPhaseChange: (phase: number) => void; + submitAuthDict: (auth: IAuthDict) => void; } interface IPasswordAuthEntryState {