You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-03 00:33:22 +03:00 
			
		
		
		
	Move function prop to bottom
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user