You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
@@ -35,11 +35,7 @@ interface IProps extends IDialogProps {
|
|||||||
|
|
||||||
// response from initial request. If not supplied, will do a request on
|
// response from initial request. If not supplied, will do a request on
|
||||||
// mount.
|
// mount.
|
||||||
authData?: {
|
authData?: IAuthData;
|
||||||
flows: [];
|
|
||||||
params: {};
|
|
||||||
session: string;
|
|
||||||
};
|
|
||||||
|
|
||||||
// callback
|
// callback
|
||||||
makeRequest: (auth: IAuthData) => Promise<IAuthData>;
|
makeRequest: (auth: IAuthData) => Promise<IAuthData>;
|
||||||
|
|||||||
Reference in New Issue
Block a user