Skip to content

Commit f41d815

Browse files
authored
Add registration token UIA type (#2020)
1 parent ad8a93d commit f41d815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interactive-auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export enum AuthType {
6161
Sso = "m.login.sso",
6262
SsoUnstable = "org.matrix.login.sso",
6363
Dummy = "m.login.dummy",
64+
RegistrationToken = "org.matrix.msc3231.login.registration_token",
6465
}
6566

6667
export interface IAuthDict {

0 commit comments

Comments
 (0)