Skip to content

Commit

Permalink
Correct interactive-auth types (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 28, 2023
1 parent 54bb4c8 commit 47ba8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ interface IOpts {
* The busyChanged callback should be used instead of the background flag.
* Should return a promise which resolves to the successful response or rejects with a MatrixError.
*/
doRequest(auth: IAuthData | null, background: boolean): Promise<IAuthData>;
doRequest(auth: IAuthDict | null, background: boolean): Promise<IAuthData>;
/**
* Called when the status of the UI auth changes,
* ie. when the state of an auth stage changes of when the auth flow moves to a new stage.
Expand Down

0 comments on commit 47ba8cf

Please sign in to comment.