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 registration token UIA type (#2020)
This commit is contained in:
@@ -61,6 +61,7 @@ export enum AuthType {
|
|||||||
Sso = "m.login.sso",
|
Sso = "m.login.sso",
|
||||||
SsoUnstable = "org.matrix.login.sso",
|
SsoUnstable = "org.matrix.login.sso",
|
||||||
Dummy = "m.login.dummy",
|
Dummy = "m.login.dummy",
|
||||||
|
RegistrationToken = "org.matrix.msc3231.login.registration_token",
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IAuthDict {
|
export interface IAuthDict {
|
||||||
|
Reference in New Issue
Block a user