mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 17:14:57 -04:00
Stabilise MSC3231 (Token Based Registration) (#11867)
This commit is contained in:
parent
b3d155a749
commit
02632b3504
8 changed files with 28 additions and 9 deletions
|
@ -81,7 +81,7 @@ class LoginType:
|
|||
TERMS: Final = "m.login.terms"
|
||||
SSO: Final = "m.login.sso"
|
||||
DUMMY: Final = "m.login.dummy"
|
||||
REGISTRATION_TOKEN: Final = "org.matrix.msc3231.login.registration_token"
|
||||
REGISTRATION_TOKEN: Final = "m.login.registration_token"
|
||||
|
||||
|
||||
# This is used in the `type` parameter for /register when called by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue