Stabilise MSC3231 (Token Based Registration) (#11867)

This commit is contained in:
Jonathan de Jong 2022-02-04 13:15:13 +01:00 committed by GitHub
parent b3d155a749
commit 02632b3504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 9 deletions

View file

@ -38,4 +38,4 @@ class UIAuthSessionDataConstants:
# used during registration to store the registration token used (if required) so that:
# - we can prevent a token being used twice by one session
# - we can 'use up' the token after registration has successfully completed
REGISTRATION_TOKEN = "org.matrix.msc3231.login.registration_token"
REGISTRATION_TOKEN = "m.login.registration_token"