Skip to content

Commit

Permalink
Add registration token UIA type (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
govynnus authored and Germain Souquet committed Nov 18, 2021
1 parent c6f5831 commit 6b0706d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactive-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6b0706d

Please sign in to comment.