1
0
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:
Callum Brown
2021-11-15 09:16:23 +00:00
committed by GitHub
parent ad8a93dde8
commit f41d815aa6

View File

@@ -61,6 +61,7 @@ export enum AuthType {
Sso = "m.login.sso",
SsoUnstable = "org.matrix.login.sso",
Dummy = "m.login.dummy",
RegistrationToken = "org.matrix.msc3231.login.registration_token",
}
export interface IAuthDict {