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
Finish adding registration token UIAA type (#2048)
Signed-off-by: Callum Brown <callum@calcuode.com>
This commit is contained in:
@@ -35,6 +35,7 @@ export interface IInputs {
|
|||||||
emailAddress?: string;
|
emailAddress?: string;
|
||||||
phoneCountry?: string;
|
phoneCountry?: string;
|
||||||
phoneNumber?: string;
|
phoneNumber?: string;
|
||||||
|
registrationToken?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IStageStatus {
|
export interface IStageStatus {
|
||||||
@@ -80,6 +81,7 @@ export interface IAuthDict {
|
|||||||
// eslint-disable-next-line camelcase
|
// eslint-disable-next-line camelcase
|
||||||
threepid_creds?: any;
|
threepid_creds?: any;
|
||||||
threepidCreds?: any;
|
threepidCreds?: any;
|
||||||
|
registrationToken?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
class NoAuthFlowFoundError extends Error {
|
class NoAuthFlowFoundError extends Error {
|
||||||
|
Reference in New Issue
Block a user