You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-05 00:42:10 +03:00
Add missing type
property on IAuthData
(#2463)
Per spec, for example: https://spec.matrix.org/v1.2/client-server-api/#dummy-auth
This commit is contained in:
@@ -44,6 +44,7 @@ export interface IStageStatus {
|
||||
|
||||
export interface IAuthData {
|
||||
session?: string;
|
||||
type?: string;
|
||||
completed?: string[];
|
||||
flows?: IFlow[];
|
||||
available_flows?: IFlow[];
|
||||
|
Reference in New Issue
Block a user