Skip to content

Commit d3ff765

Browse files
authored
Add missing type property on IAuthData (matrix-org#2463)
Per spec, for example: https://spec.matrix.org/v1.2/client-server-api/#dummy-auth
1 parent a1ab0d4 commit d3ff765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interactive-auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export interface IStageStatus {
4444

4545
export interface IAuthData {
4646
session?: string;
47+
type?: string;
4748
completed?: string[];
4849
flows?: IFlow[];
4950
available_flows?: IFlow[];

0 commit comments

Comments
 (0)