From 6b0706dbb84d55f1ab8122816e7ac7a471c75099 Mon Sep 17 00:00:00 2001 From: Callum Brown Date: Mon, 15 Nov 2021 09:16:23 +0000 Subject: [PATCH] Add registration token UIA type (#2020) --- src/interactive-auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interactive-auth.ts b/src/interactive-auth.ts index 4aa2c955769..161e85f8be1 100644 --- a/src/interactive-auth.ts +++ b/src/interactive-auth.ts @@ -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 {