mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 11:03:18 +03:00
Move function prop to bottom
This commit is contained in:
parent
e4cf66f0e4
commit
320c8d2091
1 changed files with 1 additions and 1 deletions
|
@ -106,11 +106,11 @@ interface IAuthEntryProps {
|
||||||
matrixClient: MatrixClient;
|
matrixClient: MatrixClient;
|
||||||
loginType: string;
|
loginType: string;
|
||||||
authSessionId: string;
|
authSessionId: string;
|
||||||
submitAuthDict: (auth: IAuthDict) => void;
|
|
||||||
errorText?: string;
|
errorText?: string;
|
||||||
// Is the auth logic currently waiting for something to happen?
|
// Is the auth logic currently waiting for something to happen?
|
||||||
busy?: boolean;
|
busy?: boolean;
|
||||||
onPhaseChange: (phase: number) => void;
|
onPhaseChange: (phase: number) => void;
|
||||||
|
submitAuthDict: (auth: IAuthDict) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IPasswordAuthEntryState {
|
interface IPasswordAuthEntryState {
|
||||||
|
|
Loading…
Reference in a new issue