Use IAuthData

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-09-13 18:06:35 +02:00
parent adb325b3bd
commit c9dea9948f
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 1 additions and 5 deletions

View File

@ -35,11 +35,7 @@ interface IProps extends IDialogProps {
// response from initial request. If not supplied, will do a request on
// mount.
authData?: {
flows: [];
params: {};
session: string;
};
authData?: IAuthData;
// callback
makeRequest: (auth: IAuthData) => Promise<IAuthData>;